From 4936549be18f82c7876711b477854807675685be Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 4 Jan 2010 16:10:20 +0000 Subject: use /bin/busybox.static --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 359909da2..707ebe25c 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("/usr/bin/mke2fs_diet", "$tmp_initrd/sbin/mke2fs"); - cp_af("/usr/bin/busybox", "$tmp_initrd/sbin/busybox"); + cp_af("/bin/busybox.static", "$tmp_initrd/sbin/busybox"); my @funct = map { /functions:/ .. /^$/ ? do { s/\s//g; split /,/ } : () } `busybox`; shift @funct; symlink('busybox', $tmp_initrd . "/sbin/$_") foreach @funct; -- cgit v1.2.1