From 61f295c4eaf0661520c6cf4a27932cfaa4cfd34c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 4 Feb 2010 12:44:05 +0000 Subject: add missing dir, new path to mke2fs.static --- images/make_boot_img | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/make_boot_img b/images/make_boot_img index 707ebe25c..5b9a8e665 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -201,10 +201,11 @@ fi } # ka deploy need some files in all.rdz { - mkdir_p("$tmp_initrd/$_") foreach qw(dev ka proc var/tmp); + 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"); - cp_af("/usr/bin/mke2fs_diet", "$tmp_initrd/sbin/mke2fs"); + # 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