fix my editor getting overzealous with the pasting

This commit is contained in:
Hal Emmerich 2019-05-22 11:40:45 -05:00
parent 96a817c86a
commit d2bcc35c8d

View File

@ -21,14 +21,6 @@
RESOURCES=/InstallResources
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
# Grab the boot device, which is either /dev/sda for usb or /dev/mmcblk0 for an sd card
BOOT_DEVICE=$(mount | head -n 1 | cut -d '2' -f 1)