Browse Source

improved the error message for the case no _hard_-disk is present in the

system (or nor driver found) during the initial installation ... ;-)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1044 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
ebc1a4ad39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/stone_mod_install.sh

+ 1
- 1
package/base/sysfiles/stone_mod_install.sh

@ -141,7 +141,7 @@ on the command line.'"
disk_add $x
done
else
cmd="$cmd 'No disc found!' ''"
cmd="$cmd 'No hard-disc found!' ''"
fi
cmd="$cmd 'Install the system ...'"

Loading…
Cancel
Save