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