Using save/ to keep downloads and partial progress
[rrq/tiniest.git] / repack.sh
1 #!/bin/bash
2 #
3 # Clean up everything then build iso from scratch
4 set -e -x
5 git clean -f
6 rm -fr initrd isotree kernel
7 cp save/* . 2>/dev/null
8 ./mkit.sh
9 ./packiso.sh
10 /old/stuff/git/exfat/HERE/sbin/mount.exfat-fuse /dev/sda1 X
11 cp tiniest.iso X/
12 umount X