Modify disk script to leave partition table intact
This commit is contained in:
@@ -13,7 +13,7 @@ sudo mkfs.vfat -F32 $DEVICE -n SUPER6502 $V
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
echo "$(tput bold setaf 11)Modifying Boot Sector$(tput sgr 0)"
|
echo "$(tput bold setaf 11)Modifying Boot Sector$(tput sgr 0)"
|
||||||
sudo dd if=$BOOTLOADER of=$DEVICE bs=512 count=1 $STATUS
|
sudo dd if=$BOOTLOADER of=$DEVICE bs=446 count=1 $STATUS
|
||||||
|
|
||||||
echo "$(tput bold setaf 10)Done!$(tput sgr 0)"
|
echo "$(tput bold setaf 10)Done!$(tput sgr 0)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user