summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2010-02-17 10:51:12 +0000
committerAntoine Ginies <aginies@mandriva.com>2010-02-17 10:51:12 +0000
commit7a3a157f0fe5d64525a1251031754a3fbe9325a2 (patch)
tree5a1437799c12cc1d434c63e4c04c84f0240d9b38 /images/make_boot_img
parentb63adb3a0b0f4d9c55c79e1b16f147ee4fc97e0e (diff)
downloaddrakx-backup-do-not-use-7a3a157f0fe5d64525a1251031754a3fbe9325a2.tar
drakx-backup-do-not-use-7a3a157f0fe5d64525a1251031754a3fbe9325a2.tar.gz
drakx-backup-do-not-use-7a3a157f0fe5d64525a1251031754a3fbe9325a2.tar.bz2
drakx-backup-do-not-use-7a3a157f0fe5d64525a1251031754a3fbe9325a2.tar.xz
drakx-backup-do-not-use-7a3a157f0fe5d64525a1251031754a3fbe9325a2.zip
we use busybox.static
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
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;
}