kadischi/rc rc.readonly-livecd,1.5,1.6 userhome.sh,1.6,1.7

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Sat Sep 2 22:38:33 UTC 2006


Author: autopsy

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

Modified Files:
	rc.readonly-livecd userhome.sh 
Log Message:
Determine if it is a LiveCD or LiveDVD based on size, various minor tweaks.


Index: rc.readonly-livecd
===================================================================
RCS file: /cvs/devel/kadischi/rc/rc.readonly-livecd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rc.readonly-livecd	1 Sep 2006 18:46:39 -0000	1.5
+++ rc.readonly-livecd	2 Sep 2006 22:38:31 -0000	1.6
@@ -26,7 +26,7 @@
         ### Setup LiveCD /tmp on ramfs and /var/lib/rpm on ramfs
 	#mount_file /tmp
 	#chmod a+rwxt /livecd/tmpfs/tmp
-        mount -t ramfs none /tmp
+        mount -t tmpfs none /tmp
         chmod a+rwxt /tmp
  	
 	mount_file /var


Index: userhome.sh
===================================================================
RCS file: /cvs/devel/kadischi/rc/userhome.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- userhome.sh	3 Aug 2006 05:00:38 -0000	1.6
+++ userhome.sh	2 Sep 2006 22:38:31 -0000	1.7
@@ -8,7 +8,7 @@
 
 
 introduction() {
-    fstype="$fstype $(zenity --title "$TITLE" --question  --text "This menu is designed to allow a user to mount a device under /home to store specific \
+    fstype="$fstype $(zenity --title "$TITLE" --question  --text "This dialog is designed to allow a user to mount a device under /home to store specific \
 user data and configurations, would you like to continue?" \
         --height=300 --width=300)"
         [ "$(echo $?)" != "0" ] && exit 1
@@ -149,7 +149,7 @@
             if [ -x /usr/bin/dialog ]; then
 
                 dialog --backtitle "Kadischi User Data" --title "Kadischi data configuration and save" --begin 6 9 --aspect 0 --shadow --yesno \
-                    "This menu system is designed to allow a user to mount a partition as /home under the LiveCD environment to save user data and configurations.
+                    "This dialog is designed to allow a user to mount a partition as /home under the LiveCD environment to save user data and configurations.
 
 Would you like to continue?" 10 80
 




More information about the fedora-extras-commits mailing list