summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-31 12:22:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-31 12:22:33 +0000
commit8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f (patch)
treea2bc851056f77a15a140ab8cdc69888e0be39a43 /make_boot_img
parent1679d6e269f221c9303ffb56a997c374f840f0c0 (diff)
downloaddrakx-backup-do-not-use-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar
drakx-backup-do-not-use-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar.gz
drakx-backup-do-not-use-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar.bz2
drakx-backup-do-not-use-8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f.tar.xz
drakx-backup-do-not-use-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-xmake_boot_img4
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);
}