X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=483ffd3125c9eb4b336542ad68abb7422e8f757b;hb=0d0aa924c6bd0cf4a8b77b439052541591686e15;hp=a232ee6e39e25e1230cb6ceb86da76617428a497;hpb=7c5ca58cbcaeaea20653ee430ee39694a976aaab;p=rhbz1184405.git diff --git a/Makefile b/Makefile index a232ee6..483ffd3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ init: init.c %.img: rm -f $@ - truncate -s 1G $@ + truncate -s $$(( RANDOM % 3 + 1 ))G $@ + echo '2048,,L' | sfdisk --force $@ clean: rm -f $(disks) $(modules) init initrd