commit 19d544059993012f0c0d81d4f26468d25f5c7167 parent c7b2db6c0de079198e4d7f826257c215b9be6e84 Author: sin <sin@2f30.org> Date: Fri, 7 Feb 2014 16:38:54 +0000 Soft reboot on ctrl-alt-del Diffstat:
M | bin/rc.init | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/rc.init b/bin/rc.init @@ -8,6 +8,9 @@ echo " Morpheus booting" echo echo +# Soft reboot on ctrl-alt-del +ctrlaltdel -s + echo Mounting filesystems mkdir -p /dev/pts /dev/shm mkdir -p /sys