do not output /proc/mounts any longer, was used only for debug purposes
parent
9a03800349
commit
ffb71097bc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue