morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 2c3a156fb0cf6d824358651708ad46333651a5d2
parent 874d7c2b4dc9eb1cf96fa2515baca60663344528
Author: sin <sin@2f30.org>
Date:   Mon, 23 Sep 2013 13:36:14 +0100

Add busybox init

Diffstat:
Mpkgs/busybox | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkgs/busybox b/pkgs/busybox @@ -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