diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-17 03:35:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-17 03:35:16 +0000 |
commit | 3c7175bc42538509ed0f8ebc008a1596e605a695 (patch) | |
tree | 8d75c630f2e4ea9acffe5daea6c0af2fbe02d668 /make_boot_img | |
parent | ec10107db654cf8ab2bc9beffb3fd2d727c9aa10 (diff) | |
download | drakx-3c7175bc42538509ed0f8ebc008a1596e605a695.tar drakx-3c7175bc42538509ed0f8ebc008a1596e605a695.tar.gz drakx-3c7175bc42538509ed0f8ebc008a1596e605a695.tar.bz2 drakx-3c7175bc42538509ed0f8ebc008a1596e605a695.tar.xz drakx-3c7175bc42538509ed0f8ebc008a1596e605a695.zip |
new kernel is bigger, so we need a bigger all.img
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
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"; |