From 82c51231c64ee6a737aa46c4979fee1983a8fef2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Jun 2001 10:43:27 +0000 Subject: s/Linux-Mandrake/Mandrake Linux/ s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) --- rescue/tree/etc/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/tree/etc/rc.sysinit') 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 / -- cgit v1.2.1