diff options
Diffstat (limited to 'rescue/tree/etc/rc.sysinit')
-rwxr-xr-x | rescue/tree/etc/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/rc.sysinit b/rescue/tree/etc/rc.sysinit index 3b2e4aebd..2c36c31c5 100755 --- a/rescue/tree/etc/rc.sysinit +++ b/rescue/tree/etc/rc.sysinit @@ -4,7 +4,7 @@ action() { echo $1; shift; $*; } export PATH=/bin:/sbin:/usr/bin:/usr/sbin -echo -e "\t\t\tWelcome to Linux \\033[1;36mMandrake\\033[0;39m" +echo -e "\t\t\tWelcome to \\033[1;36mMandrake\\033[0;39m Linux" action "Mounting proc filesystem" mount -n -t proc /proc /proc action "Remounting root filesystem in read-write mode" mount -n -o remount,rw / |