clarifying comment
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 28 Aug 2023 19:01:24 +0000 (15:01 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 28 Aug 2023 19:01:24 +0000 (15:01 -0400)
live-usb-loader.sh

index d4cb7a48fa18b2de36615f7c0e324a8a50b95052..69e1dd104ba34d9136ca90f20d68e10d24cd8a88 100755 (executable)
@@ -73,6 +73,7 @@ syslinux --directory /syslinux/ --install ${DEV}1
 sudo dd if=/usr/lib/SYSLINUX/mbr.bin of=${DEV}
 parted $DEV set 1 boot on
 
+# GRUB needs the isolinux directory to boot
 mount ${DEV}1 $DEVTMP
 mv $DEVTMP/isolinux.bak $DEVTMP/isolinux
 umount $DEVTMP