morpheus

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

commit 1fa684856ca985d8b2c7c2a015296b7d6aeed0de
parent 2c3a156fb0cf6d824358651708ad46333651a5d2
Author: sin <sin@2f30.org>
Date:   Mon, 23 Sep 2013 14:58:10 +0100

Add reboot/poweroff

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

diff --git a/pkgs/busybox b/pkgs/busybox @@ -39,6 +39,8 @@ install() { ln -s busybox passwd ln -s busybox ping ln -s busybox pkill + ln -s busybox poweroff + ln -s busybox reboot ln -s busybox sed ln -s busybox sysctl ln -s busybox tac