kadischi/rc readonly-halt,1.5,1.6 userhome.sh,1.4,1.5

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon Jul 31 02:54:18 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi/rc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25294/kadischi/rc

Modified Files:
	readonly-halt userhome.sh 
Log Message:
Fix minor buginess in userhome.sh script


Index: readonly-halt
===================================================================
RCS file: /cvs/devel/kadischi/rc/readonly-halt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- readonly-halt	29 Jul 2006 07:38:04 -0000	1.5
+++ readonly-halt	31 Jul 2006 02:54:15 -0000	1.6
@@ -67,5 +67,6 @@
     clear
     echo "Going to halt the system.."
     echo "You may remove any LiveCD media from the drives"
+    sleep 10
     halt
 fi


Index: userhome.sh
===================================================================
RCS file: /cvs/devel/kadischi/rc/userhome.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- userhome.sh	12 Jul 2006 21:42:39 -0000	1.4
+++ userhome.sh	31 Jul 2006 02:54:15 -0000	1.5
@@ -68,21 +68,29 @@
         introduction
         select_device
         case $device in
-            /dev/hda) select_partitions h a
+           ' /dev/hda')
+                      select_partitions h a
                         ;;
-            /dev/hdb) select_partitions h b
+           ' /dev/hdb')
+                      select_partitions h b
                         ;;
-            /dev/hdc) select_partitions h c
+           ' /dev/hdc') 
+                      select_partitions h c
                         ;;
-            /dev/hdd) select_partitions h d
+           ' /dev/hdd') 
+                      select_partitions h d
                         ;;
-            /dev/sda) select_partitions s a
+           ' /dev/sda') 
+                      select_partitions s a
                         ;;
-            /dev/sdb) select_partitions s b
+           ' /dev/sdb') 
+                      select_partitions s b
                         ;;
-            /dev/sdc) select_partitions s c
+           ' /dev/sdc') 
+                      select_partitions s c
                         ;;
-            /dev/sdd) select_partitions s d
+           ' /dev/sdd') 
+                      select_partitions s d
                         ;;
         esac
         get_fstype




More information about the scm-commits mailing list