Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 17 to cauldron-devel cauldron by David Kowis <dkowis@shlrm.org>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 17 to cauldron-devel cauldron by David Kowis <dkowis AT shlrm.org>
  • Date: Sat, 15 Apr 2006 12:45:37 -0500

------------------------------------------------------------
revno: 17
committer: David Kowis <dkowis AT shlrm.org>
branch nick: devel
timestamp: Tue 2006-04-04 20:48:30 -0500
message:
Updated the diskStructure

=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2006-040-03 David Kowis <dkowis AT shlrm.org>
+ * iso/skeleton/usr/share/smgl.install/modules/diskStructure: Fixed
+ spelling errors and such, changed a few sentences to make them make
more
+ sense. Fixed some bug that I cannot see due to no web browser...
+
2006-04-03 David Kowis <dkowis AT shlrm.org>
* iso/skeleton/etc/init.d/runlevels/%3/serialconsole: Added a script
to
automatically set up ttyS[0-9]'s for a headless install mechanism

=== modified file 'iso/skeleton/usr/share/smgl.install/modules/diskStructure'
--- iso/skeleton/usr/share/smgl.install/modules/diskStructure
+++ iso/skeleton/usr/share/smgl.install/modules/diskStructure
@@ -117,7 +117,7 @@
debug_log "diskStructure" 3 "Disk list:" "${LIST_DISCS[@]}"

if [[ ${#LIST_DISCS[@]} == 0 ]] ;then
- display_message "No discs could be found.
+ display_message "No more discs have been found.
You may need to load more modules (shell out, use modprobe)"
return 1
fi
@@ -186,8 +186,8 @@
LIST_PARTS

if [[ ${#LIST_PARTS[@]} == 0 ]] ;then
- display_message "No partitions could be found. In order to avoid
-warnings about broken partition tables on bootup,
+ display_message "No more unused partitions could be found.
+In order to avoid warnings about broken partition tables on bootup,
it is recommended that you partition even the drives
that you want to use in a RAID as a whole (into one
big partition).
@@ -337,8 +337,8 @@
debug_log "diskStructure" 3 "Partition list:" "${LIST_PARTS[@]}"

if [[ ${#LIST_PARTS[@]} == 0 ]] ;then
- display_message "No partitions could be found. Either all are
-already mounted, or none are available.
+ display_message "No more unused partitions could be found.
+Either all are already mounted, or none are available.
You may need to load more modules (shell out, use modprobe)
or partition your disks."
return 1
@@ -596,7 +596,7 @@
LIST_PARTS

if [[ ${#LIST_PARTS[@]} == 0 ]] ; then
- display_message "No partitions could be found. They are all either
+ display_message "No more unused partitions could be found. They are all
either
already mounted or none are available. You may need to load modules or
partition your disk"
return 1




  • [SM-Commit] BZR Change 17 to cauldron-devel cauldron by David Kowis <dkowis AT shlrm.org>, bzr, 04/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page