From 92edd61c448979b54a463352fb2f18242ed7b04f Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 25 Nov 2019 23:13:22 +0100 Subject: [PATCH] More modern disk partitionning (compilation) --- build/create_disk.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 <