summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-17 03:35:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-17 03:35:16 +0000
commit3c7175bc42538509ed0f8ebc008a1596e605a695 (patch)
tree8d75c630f2e4ea9acffe5daea6c0af2fbe02d668 /make_boot_img
parentec10107db654cf8ab2bc9beffb3fd2d727c9aa10 (diff)
downloaddrakx-backup-do-not-use-3c7175bc42538509ed0f8ebc008a1596e605a695.tar
drakx-backup-do-not-use-3c7175bc42538509ed0f8ebc008a1596e605a695.tar.gz
drakx-backup-do-not-use-3c7175bc42538509ed0f8ebc008a1596e605a695.tar.bz2
drakx-backup-do-not-use-3c7175bc42538509ed0f8ebc008a1596e605a695.tar.xz
drakx-backup-do-not-use-3c7175bc42538509ed0f8ebc008a1596e605a695.zip
new kernel is bigger, so we need a bigger all.img
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index bf37fb62b..8716882f4 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -251,7 +251,7 @@ sub boot_img_i386 {
__ "$sudo umount $tmp_mnt 2>/dev/null";
- _ "dd if=/dev/zero of=$img bs=1k count=" . ($type eq 'all' ? 7000 : 1440);
+ _ "dd if=/dev/zero of=$img bs=1k count=" . ($type eq 'all' ? 8000 : 1440);
my $mk_options = $type eq 'all' ? '' : '-f 1 -r 16 -s 2'; # keep the FAT bookkeeping as small as possible
_ "mkdosfs $mk_options $img";
_ "$sudo syslinux-graphic $img";