Merge pull request #129 from SolidHal/better-installation
Fixed Install to internal boot device
This commit is contained in:
commit
e67da58f8a
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
RESOURCES=/InstallResources
|
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
|
||||||
BOOT_DEVICE=$(mount | head -n 1 | cut -d '3' -f 1)
|
BOOT_DEVICE=$(mount | head -n 1 | cut -d '2' -f 1)
|
||||||
|
|
||||||
echo "--------------------------------------------------------------------------------------------------------"
|
echo "--------------------------------------------------------------------------------------------------------"
|
||||||
echo "PrawnOS Install To Internal Emmc Script"
|
echo "PrawnOS Install To Internal Emmc Script"
|
||||||
|
Loading…
Reference in New Issue
Block a user