From 3c70c6c30697a6ffd27e87fcc080c09cf8d82878 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 10 Jul 2019 19:23:37 +0200 Subject: pilc: Remove whitespace from parted commands Signed-off-by: Michael Buesch --- pilc/pilc-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pilc/pilc-bootstrap.sh b/pilc/pilc-bootstrap.sh index 452c211d..afcf4910 100755 --- a/pilc/pilc-bootstrap.sh +++ b/pilc/pilc-bootstrap.sh @@ -830,10 +830,10 @@ pilc_bootstrap_third_stage() dd if=/dev/zero of="$imgfile" bs=1M count="$imgsize_mib_red" conv=sparse ||\ die "Failed to create image file." parted "$imgfile" <