Browse Source

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
rocklinux
Stefan Paletta 21 years ago
parent
commit
3169e63f00
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      target/bootdisk/linuxrc2.sh

+ 3
- 3
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

Loading…
Cancel
Save