remove message from init

This commit is contained in:
Tobias Powalowski 2011-07-21 20:56:31 +02:00
parent c804df9243
commit 19a4b39ffd

View file

@ -86,10 +86,6 @@ if [ "${root}" = "" -a "${ip}" = "" ]; then
# enter install environment
exec /sbin/init
else
if [ -f "/message" ]; then
msg "$(cat /message)"
fi
# Mount root at /new_root
${mount_handler} /new_root