From 0025aed73310e078b45968eb37fe3a2aed474a2c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Sep 2012 18:54:15 +0000 Subject: fix creating some directories --- images/NEWS | 2 ++ images/make_boot_img | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index e00f3c09a..4dbce8cfd 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- fix creating some directories + Version 1.79 - 3 September 2012 by Thierry Vignaud - do not include ka stuff unlesse BUILD_KA is set diff --git a/images/make_boot_img b/images/make_boot_img index 575921a39..8855a552b 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -207,9 +207,9 @@ fi # depmod keeps only available modules in modules.alias, but we want them all _ "cp -f $modz/modules.alias $modz/modules.description $tmp_initrd/modules/$ext"; } + mkdir_p("$tmp_initrd/$_") foreach qw(dev proc sys var/tmp tmp/stage2); # ka deploy need some files in all.rdz if ($ENV{DEBUGSTAGE1} || $ENV{BUILD_KA}) { - mkdir_p("$tmp_initrd/$_") foreach qw(dev proc sys var/tmp tmp/stage2); symlink("/sbin", "$tmp_initrd/bin"); cp_af("/bin/busybox.static", "$tmp_initrd/sbin/busybox"); my @funct = map { /functions:/ .. /^$/ ? do { s/\s//g; split /,/ } : () } `busybox.static`; -- cgit v1.2.1