summaryrefslogtreecommitdiff
path: root/redo.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-05-03 10:14:12 -0400
committerAndrew Cady <d@jerkface.net>2016-05-03 10:14:12 -0400
commita19b869e9d1ef1e5c95cac1f6fd0fe62a3959dc3 (patch)
tree4489390c0aad7ea541562087e34c9d2a84286486 /redo.sh
parentec4837a57a137672033d326770b2d978764c1841 (diff)
redo.sh rebuilds the btrfs image
Diffstat (limited to 'redo.sh')
-rwxr-xr-xredo.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/redo.sh b/redo.sh
new file mode 100755
index 0000000..f618a79
--- /dev/null
+++ b/redo.sh
@@ -0,0 +1,8 @@
1#!/bin/sh
2
3sudo make install
4(cd ~/sami; sudo make install instdir=/home/d/sami/iso/debootstrap/jess)
5sudo touch /usr/local/lib/samizdat-rhizome/initramfs-tools/
6sudo initrd.sh
7sudo cp -a /usr/local/lib/samizdat-rhizome/isolinux/linux/* ~/sami/iso/debootstrap/jess/usr/local/lib/samizdat-rhizome/isolinux/linux/
8sudo sh -c 'cd /home/d/sami/iso/debootstrap; btarfs --size 620 -zcf jess.sweden.btrfs -- jess/ --exclude var/cache/apt/archives'