summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2010-02-09 13:05:48 +0000
committerAntoine Ginies <aginies@mandriva.com>2010-02-09 13:05:48 +0000
commit4033bfb46ae709751ddd7544a63820526cf0dc68 (patch)
tree00f2119c873df4f4577145df985b4b63a308c68e /images
parentbf8219a4c997f7898d6a5ca4aefed535899f3ade (diff)
downloaddrakx-4033bfb46ae709751ddd7544a63820526cf0dc68.tar
drakx-4033bfb46ae709751ddd7544a63820526cf0dc68.tar.gz
drakx-4033bfb46ae709751ddd7544a63820526cf0dc68.tar.bz2
drakx-4033bfb46ae709751ddd7544a63820526cf0dc68.tar.xz
drakx-4033bfb46ae709751ddd7544a63820526cf0dc68.zip
now busybox-1.16.0 provide the mke2fs tool
Diffstat (limited to 'images')
-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;