do not output /proc/mounts any longer, was used only for debug purposes

This commit is contained in:
Tomas M
2012-10-12 20:36:03 -05:00
parent 9a03800349
commit ffb71097bc
-1
View File
@@ -98,7 +98,6 @@ if [ "$1" = "--init" ]; then
setsid sh -c 'exec sh < /dev/tty1 >/dev/tty1 2>&1'
fi
cat /proc/mounts >/dev/console 2>&1
$(cat /lib/command 2>/dev/null)
reboot -f
fi