summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-prepare.sh')
-rwxr-xr-xbootstrap-prepare.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 4fdd000..7b42726 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -154,6 +154,10 @@ prepare_file_system()
printf 'elf_interp = %s\n' /lib/${ARCH}/${interp:-ld-*.so.*} \
>pkg/gcc-4.7/local.mk
fi
+
+ sudo mkdir -p /usr/local/share/platconf/dev/busybox/
+ sudo cp -p pkg/busybox/busybox.config \
+ /usr/local/share/platconf/dev/busybox/busybox.config
}
main "${@}"