summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}