From 9dc7160903e3b118020dfad3e2082ca80147fdbf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 20 May 2015 14:04:34 +0200 Subject: [PATCH] begin to import bin/libs Signed-off-by: Nico Schottelius --- hacking/v3-busybox/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/v3-busybox/all.sh b/hacking/v3-busybox/all.sh index 99b0c0ec..65a3706b 100755 --- a/hacking/v3-busybox/all.sh +++ b/hacking/v3-busybox/all.sh @@ -5,5 +5,5 @@ mkdir -p preos/boot ./create_initramfs.sh > preos/boot/initramfs ./add_kernel_isolinux.sh preos +./copy_bin_with_libs.sh preos ./create_iso.sh preos preos.iso -