diff options
author | Antoine Ginies <aginies@mandriva.com> | 2010-02-09 13:05:48 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2010-02-09 13:05:48 +0000 |
commit | 4033bfb46ae709751ddd7544a63820526cf0dc68 (patch) | |
tree | 00f2119c873df4f4577145df985b4b63a308c68e /images/make_boot_img | |
parent | bf8219a4c997f7898d6a5ca4aefed535899f3ade (diff) | |
download | drakx-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/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 2 |
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; |