From 3169e63f003903b301f9e65ff6e3031471ccb752 Mon Sep 17 00:00:00 2001 From: Stefan Paletta <stefanp@cabal1.net> Date: Tue, 16 Mar 2004 08:43:15 +0000 Subject: [PATCH] Stefan Paletta: fixed the bootdisk: stop reviling the user's machine as a 'PC' git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2586 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/linuxrc2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/bootdisk/linuxrc2.sh b/target/bootdisk/linuxrc2.sh index efaf8af5d..2f4801fe5 100644 --- a/target/bootdisk/linuxrc2.sh +++ b/target/bootdisk/linuxrc2.sh @@ -28,9 +28,9 @@ echo ' ******************************************************************' echo ' * Welcome to the ROCK Linux 2nd stage boot disk. *' echo ' ******************************************************************' echo -echo 'This is a small linux distribution, loaded into your PCs memory. It has' -echo 'everything needed to install ROCK Linux, restore an old installation or' -echo 'perform some administrative tasks.' +echo "This is a small linux distribution, loaded into your computer's memory." +echo "It has everything needed to install ROCK Linux, restore an old installation" +echo "or perform some administrative tasks." for x in /etc/setup-*.sh /setup/setup.sh ; do if [ -f "$x" ] ; then