diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-29 15:26:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-29 15:26:06 +0000 |
commit | babf230cee1a9db93791a91da0ed4a13d8bdf204 (patch) | |
tree | cf1a1b281e0342d74a01288433a351a40c85273a /images/make_boot_img | |
parent | 54141ba1267c509456c9992322e6122196909c65 (diff) | |
download | drakx-babf230cee1a9db93791a91da0ed4a13d8bdf204.tar drakx-babf230cee1a9db93791a91da0ed4a13d8bdf204.tar.gz drakx-babf230cee1a9db93791a91da0ed4a13d8bdf204.tar.bz2 drakx-babf230cee1a9db93791a91da0ed4a13d8bdf204.tar.xz drakx-babf230cee1a9db93791a91da0ed4a13d8bdf204.zip |
1.11
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |