From cd3856083fcb329e1a308e98606d34cde172de3d Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 24 Mar 2019 00:14:41 +0100 Subject: [PATCH] stuff --- boot/grub/create_disk.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 !