From 576d8e1f069dd221f7ceac6ba8ec50353677779e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 7 Apr 2015 20:37:09 +0259 Subject: syslinux needs more space on all.img --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index e2d0187e8..d73d89da6 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -233,7 +233,7 @@ sub boot_img_i386 { unlink $rdz; # mtools wants the image to be a power of 32 - my $syslinux_overhead = 32 * 8; + my $syslinux_overhead = 32 * 16; my $size = max(ceil(chomp_(`du -s -k $tmp_mnt`) / 32) * 32 + $syslinux_overhead, 1440); _ "dd if=/dev/zero of=$img bs=1k count=$size"; -- cgit v1.2.1