From 8de1c5b6aa62dcb4e69d4a7aed3786107ca2be4f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 31 Jan 2005 12:22:33 +0000 Subject: 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 --- make_boot_img | 4 ---- 1 file changed, 4 deletions(-) (limited to 'make_boot_img') 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); } -- cgit v1.2.1