Add busybox init

This commit is contained in:
sin 2013-09-23 13:36:14 +01:00
parent 874d7c2b4d
commit 2c3a156fb0

View File

@ -9,6 +9,9 @@ install() {
pushd src/
chmod +x busybox
cp busybox $root/bin
pushd $root
ln -s bin/busybox init
popd
pushd $root/bin
ln -s busybox addgroup
ln -s busybox adduser