Include full building as well as populating a ventoy usb
[rrq/tiniest.git] / repack.sh
old mode 100644 (file)
new mode 100755 (executable)
index 6012aa3..db48e6c
--- 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