diff --git a/boot/grub/create_disk.sh b/boot/grub/create_disk.sh index ba6e227..23a0ec3 100755 --- a/boot/grub/create_disk.sh +++ b/boot/grub/create_disk.sh @@ -32,8 +32,7 @@ set -e #exit if error ## Create the image echo ${CL2}[create_disk.sh]${NC} Creating image... \(dd\)${CL3} -dd if=/dev/zero of=$1 bs=512 count=131072 > /dev/null - +dd if=/dev/zero of=$1 bs=512 count=131072 status=progress echo ${CL2}[create_disk.sh]${NC} Partitionning image... \(fdisk\)${CL3} ## Partition the image # WARNING, DO NOT DELETE SPACES !