summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 11:25:02 -0400
committerAndrew Cady <d@cryptonomic.net>2020-10-30 11:25:10 -0400
commit820405b9be25032e4b4f207f28c3826f73bbd865 (patch)
treea4d9929cc0c4c26dc8515b97ff2c2e7bd1a82306 /src
parentae6667aabfae7b0820eb6cef83ca9ff6eae4fc46 (diff)
parted-usb.sh default rootfs is samizdat.seed.btrfs
ROOTFS=rootfs/samizdat-gold.btrfs will be passed
Diffstat (limited to 'src')
-rwxr-xr-xsrc/parted-usb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parted-usb.sh b/src/parted-usb.sh
index d1a82f1..6ff8c9f 100755
--- a/src/parted-usb.sh
+++ b/src/parted-usb.sh
@@ -216,7 +216,7 @@ boot_vm()
216. samizdat-paths.sh || die 'samizdat-paths.sh not found' 216. samizdat-paths.sh || die 'samizdat-paths.sh not found'
217samizdat_linux_dir=/ 217samizdat_linux_dir=/
218 218
219DEFAULT_ROOTFS=rootfs/samizdat-gold.seed.btrfs 219DEFAULT_ROOTFS=rootfs/samizdat.seed.btrfs
220#DEFAULT_PATCHFS=rootfs/samizdat.patch.btrfs 220#DEFAULT_PATCHFS=rootfs/samizdat.patch.btrfs
221 221
222if [ "$ROOTFS" ] 222if [ "$ROOTFS" ]