fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit fe911790ddf0d2eda8af3429d465e7d08a960039
parent 28fce08e232a14fc76f1642cdcb447d2eaab17e9
Author: sin <sin@2f30.org>
Date:   Wed, 25 Sep 2013 10:51:01 +0100

Some more diagnostic messages

Diffstat:
Metc/rc.boot | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/etc/rc.boot b/etc/rc.boot @@ -27,6 +27,7 @@ echo /bin/smdev > /proc/sys/kernel/hotplug echo "Setting hostname to $HOSTNAME" hostname $HOSTNAME +echo Bringing up the lo interface ifconfig lo up HWCLOCK_PARAMS="-s" @@ -57,4 +58,5 @@ dd if=/dev/urandom of=/etc/random-seed count=1 bs=512 2>/dev/null dmesg > /var/log/dmesg.log +echo Running rc.multi /etc/rc.multi