diff --git a/build/create_disk.sh b/build/create_disk.sh index ec893e7..89f9b53 100755 --- a/build/create_disk.sh +++ b/build/create_disk.sh @@ -36,16 +36,7 @@ dd if=/dev/zero of=$1 bs=512 count=131072 status=progress ## Partition the image echo ${CL2}[create_disk.sh]${NC} Partitionning image... \(parted\)${CL3} -#sudo parted --script $1 mktable msdos mkpart primary 2048s 100% set 1 boot on -sudo fdisk $1 > /dev/null <