Skip to content

Commit

Permalink
regen md5sums.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed Sep 3, 2024
1 parent 45f633d commit 8088d02
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,17 @@ default ubuntu2004live
label ubuntu2004live
menu label ^Ubuntu 20.04 Live-Only
kernel /casper/vmlinuz
append initrd=/casper/initrd quiet splash fsck.mode=skip toram
append initrd=/casper/initrd quiet
EOI

runPrint "Updating ${isoTemp}/${squashfsIsoPath}"
cp "${newSquashfs}" "${isoTemp}/${squashfsIsoPath}"

runPrint "Updating ${isoTemp}/md5sums.txt"
( cd "${isoTemp}" && (find . -type f -exec md5sum {} + | grep -v isolinux/boot.cat | tee md5sum.txt || true) )

return

}

function buildIso() {
Expand Down

0 comments on commit 8088d02

Please sign in to comment.