summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 0 insertions, 2 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index 5b9a8e665..a3e7ad4e8 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -204,8 +204,6 @@ fi
mkdir_p("$tmp_initrd/$_") foreach qw(dev ka proc var/tmp tmp/stage2);
symlink("/sbin", "$tmp_initrd/bin");
cp_af("/usr/bin/ka-d-client", "$tmp_initrd/ka/ka-d-client");
- # new busibox (1.6.0) will provide mke2fs tool
- cp_af("/usr/bin/mke2fs.static", "$tmp_initrd/sbin/mke2fs");
cp_af("/bin/busybox.static", "$tmp_initrd/sbin/busybox");
my @funct = map { /functions:/ .. /^$/ ? do { s/\s//g; split /,/ } : () } `busybox`;
shift @funct;