From babf230cee1a9db93791a91da0ed4a13d8bdf204 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 29 Jun 2007 15:26:06 +0000 Subject: 1.11 --- 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 fc761d20b..043d99001 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -225,7 +225,7 @@ sub remove_ending_zero { sub boot_img_i386 { my ($type, $I, $img, $kernel) = @_; - _ "dd if=/dev/zero of=$img bs=1k count=" . ($type eq 'all' ? 10000 : $type eq 'ka' ? 2950 : 1440); + _ "dd if=/dev/zero of=$img bs=1k count=" . ($type eq 'all' ? 10500 : $type eq 'ka' ? 2950 : 1440); _ "rm -rf $tmp_mnt"; mkdir $tmp_mnt; _ "cat $kernel > $tmp_mnt/vmlinuz"; -- cgit v1.2.1