Include full building as well as populating a ventoy usb
authorRalph Ronnquist <rrq@rrq.au>
Sun, 5 Nov 2023 11:29:06 +0000 (22:29 +1100)
committerRalph Ronnquist <rrq@rrq.au>
Sun, 5 Nov 2023 11:29:06 +0000 (22:29 +1100)
using a modified mount.exfat-fuse (that avoids blkdev setting so
as to allow non-root usage)

repack.sh

index 6012aa3cbb4c349b91a20f3b73dc9ccd740e7677..db48e6ccb8f7843d9ad7c1cc1061cab7ff1ca574 100755 (executable)
--- a/repack.sh
+++ b/repack.sh
@@ -1,5 +1,12 @@
 #!/bin/bash
 #
 # Clean up everything then build iso from scratch
+set -e -x
 git clean -f
-rm -r initrd isotree kernel
+rm -fr initrd isotree kernel
+cp save/* . 2>/dev/null
+./mkit.sh
+./packiso.sh
+/old/stuff/git/exfat/HERE/sbin/mount.exfat-fuse /dev/sda1 X
+cp tiniest.iso X/
+umount X