diff options
author | Andrew Cady <d@jerkface.net> | 2016-05-03 10:14:12 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-05-03 10:14:12 -0400 |
commit | a19b869e9d1ef1e5c95cac1f6fd0fe62a3959dc3 (patch) | |
tree | 4489390c0aad7ea541562087e34c9d2a84286486 /redo.sh | |
parent | ec4837a57a137672033d326770b2d978764c1841 (diff) |
redo.sh rebuilds the btrfs image
Diffstat (limited to 'redo.sh')
-rwxr-xr-x | redo.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | sudo make install | ||
4 | (cd ~/sami; sudo make install instdir=/home/d/sami/iso/debootstrap/jess) | ||
5 | sudo touch /usr/local/lib/samizdat-rhizome/initramfs-tools/ | ||
6 | sudo initrd.sh | ||
7 | sudo cp -a /usr/local/lib/samizdat-rhizome/isolinux/linux/* ~/sami/iso/debootstrap/jess/usr/local/lib/samizdat-rhizome/isolinux/linux/ | ||
8 | sudo sh -c 'cd /home/d/sami/iso/debootstrap; btarfs --size 620 -zcf jess.sweden.btrfs -- jess/ --exclude var/cache/apt/archives' | ||