Browse Source

added more verbose info text to the STONE disc-partitioning module

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1679 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
969a1a7c34
2 changed files with 7 additions and 4 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -4
      package/base/sysfiles/stone_mod_install.sh

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-11-03 (2.0.0-rc2 - 2.0.0-rc3)
- added more verbose info text to the STONE disc-partitioning module
*) 2003-11-02 (2.0.0-rc2 - 2.0.0-rc3)
- updated regexxer (0.5) and abiword (2.0.1)

+ 3
- 4
package/base/sysfiles/stone_mod_install.sh

@ -132,12 +132,11 @@ disk_add() {
main() {
local cmd install_now=0
while
cmd="gui_menu install 'Installing ROCK Linux
cmd="gui_menu install 'Partitioning your discs
Note: Everything you can do using this tool can also be done manualy
on the command line.'"
This dialog allows you to modify your discs parition layout and to create filesystems and swap-space - as well as mouting / activating it. Everything you can do using this tool can also be done manually on the command line.'"
# protect for the case no discs where found ...
# protect for the case no discs are present ...
if [ -e /dev/discs ] ; then
for x in $( cd /dev/discs
ls -l * | grep ' -> ' | cut -f2- -d/ ; )

Loading…
Cancel
Save