diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-31 12:22:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-31 12:22:33 +0000 |
commit | 8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f (patch) | |
tree | a2bc851056f77a15a140ab8cdc69888e0be39a43 /make_boot_img | |
parent | 1679d6e269f221c9303ffb56a997c374f840f0c0 (diff) | |
download | drakx-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar drakx-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar.gz drakx-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar.bz2 drakx-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar.xz drakx-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.zip |
don't remove ending zeroes, it causes pbs:
- it seems some zeroes are used (at least for network.img)
- loopback mounted images can't be used
- cdrom.img can't be used in mkisofs anymore
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make_boot_img b/make_boot_img index aec68b385..767bd8eeb 100755 --- a/make_boot_img +++ b/make_boot_img @@ -301,8 +301,6 @@ sub boot_img_i386 { _ "sync"; _ "df $tmp_mnt"; _ "$sudo umount $tmp_mnt"; - - remove_ending_zero($img); } # alias to x86 variant, slightly bigger with images though @@ -846,6 +844,4 @@ sub drivers { _ "df $tmp_mnt"; _ "$sudo umount $tmp_mnt"; - - remove_ending_zero($img); } |