From 4033bfb46ae709751ddd7544a63820526cf0dc68 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 9 Feb 2010 13:05:48 +0000 Subject: now busybox-1.16.0 provide the mke2fs tool --- images/make_boot_img | 2 -- 1 file changed, 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; -- cgit v1.2.1