From 7a3a157f0fe5d64525a1251031754a3fbe9325a2 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 17 Feb 2010 10:51:12 +0000 Subject: we use busybox.static --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index a3e7ad4e8..2fc62cfd8 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -205,7 +205,7 @@ fi symlink("/sbin", "$tmp_initrd/bin"); cp_af("/usr/bin/ka-d-client", "$tmp_initrd/ka/ka-d-client"); cp_af("/bin/busybox.static", "$tmp_initrd/sbin/busybox"); - my @funct = map { /functions:/ .. /^$/ ? do { s/\s//g; split /,/ } : () } `busybox`; + my @funct = map { /functions:/ .. /^$/ ? do { s/\s//g; split /,/ } : () } `busybox.static`; shift @funct; symlink('busybox', $tmp_initrd . "/sbin/$_") foreach @funct; } -- cgit v1.2.1