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

pull/5/head
Tomas M 2012-10-12 20:36:03 -05:00
parent 9a03800349
commit ffb71097bc
1 changed files with 0 additions and 1 deletions

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