From: Richard W.M. Jones Date: Fri, 30 Jan 2015 11:15:31 +0000 (+0000) Subject: Use sfdisk to add a partition table to the disks. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ab8cea0b5dc9155e370e5afa85e3c974096cc7aa;p=rhbz1184405.git Use sfdisk to add a partition table to the disks. --- diff --git a/Makefile b/Makefile index a232ee6..f83471f 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ init: init.c %.img: rm -f $@ truncate -s 1G $@ + echo '2048,,L' | sfdisk $@ clean: rm -f $(disks) $(modules) init initrd