fix: update Linux bootable to Ubuntu 24.04.4, add format-persistence.sh, rewrite guide
- Update all 24.04.2 references to 24.04.4 (ISO name, URLs, SHA256, docs) - Add format-persistence.sh to bootable/linux-setup/ (from working E: drive) - Rewrite website guide.html Linux tutorial: Linux Mint + Rufus → Ventoy + Ubuntu Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ Write-Host ""
|
||||
|
||||
# ── Config ──
|
||||
$CacheDir = Join-Path $PSScriptRoot ".download-cache"
|
||||
$ISOName = "ubuntu-24.04.2-desktop-amd64.iso"
|
||||
$ISOName = "ubuntu-24.04.4-desktop-amd64.iso"
|
||||
$ISOPath = Join-Path $CacheDir $ISOName
|
||||
$PersistencePath = Join-Path $CacheDir "persistence.dat"
|
||||
$VentoyConfigDir = Join-Path $PSScriptRoot "ventoy"
|
||||
|
||||
Reference in New Issue
Block a user