don't eject the drive after copying data
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 23 Sep 2020 20:04:48 +0000 (16:04 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 23 Sep 2020 20:04:48 +0000 (16:04 -0400)
this would require that users re-plug their device before running the
next script

live-usb-loader.sh

index 7e0585b8dd4464e71c7fb87f9ff734a05749455c..1e74610db0be8a9461dc373b6363a2ea50dd9ac8 100755 (executable)
@@ -74,6 +74,6 @@ syslinux ${DEV}1
 dd conv=notrunc if=/usr/lib/syslinux/mbr.bin bs=440 count=1 of=$DEV
 parted $DEV set 1 boot on
 
-eject $DEV
+#eject $DEV
 sync