fs

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

commit ca49ede9567913a96563be9cd87dcad71ef431be
parent 0a9ec735a7ee5b1d33ece9120ec501c205691ca0
Author: sin <sin@2f30.org>
Date:   Mon, 23 Sep 2013 13:16:20 +0100

Change boot message and bring up the loopback interface

Diffstat:
Metc/rc | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/rc b/etc/rc @@ -2,7 +2,7 @@ echo echo -echo " Morpheus" +echo " Morpheus booting" echo echo @@ -45,6 +45,8 @@ if [ -n "$HWCLOCK_PARAMS" ]; then unset TZ fi +ifconfig lo up + echo Storing dmesg output to /var/log/dmesg.log dmesg > /var/log/dmesg.log