[Erp5-report] r8735 - /umigumi/trunk/custom/dls_cd/etc/rc.d/rc.sysinit

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 25 11:31:35 CEST 2006


Author: jerome
Date: Tue Jul 25 11:31:34 2006
New Revision: 8735

URL: http://svn.erp5.org?rev=8735&view=rev
Log:
mount /proc as in the original version.
disable Press 'I' to enter interactive setup, just boot


Modified:
    umigumi/trunk/custom/dls_cd/etc/rc.d/rc.sysinit

Modified: umigumi/trunk/custom/dls_cd/etc/rc.d/rc.sysinit
URL: http://svn.erp5.org/umigumi/trunk/custom/dls_cd/etc/rc.d/rc.sysinit?rev=8735&r1=8734&r2=8735&view=diff
==============================================================================
--- umigumi/trunk/custom/dls_cd/etc/rc.d/rc.sysinit (original)
+++ umigumi/trunk/custom/dls_cd/etc/rc.d/rc.sysinit Tue Jul 25 11:31:34 2006
@@ -90,8 +90,7 @@
 
 
 # Mount /proc (done here so volume labels can work with fsck)
-#action "Mounting proc filesystem" mount -n -t proc none /proc
-# desactive par chris car deja monte
+action "Mounting proc filesystem" mount -n -t proc none /proc
 
 # Only read this once.
 cmdline=$(cat /proc/cmdline)
@@ -173,11 +172,11 @@
 echo -en "\r"
 echo
 
-if [ "$PROMPT" != "no" ]; then
- gprintf "\t\tPress 'I' to enter interactive startup."
- echo -en "\r"
- echo
-fi
+#if [ "$PROMPT" != "no" ]; then
+# gprintf "\t\tPress 'I' to enter interactive startup."
+# echo -en "\r"
+# echo
+#fi
 
 # Try to get devfsd
 if [ -c /dev/.devfsd ]; then
@@ -209,12 +208,12 @@
 
 # If user was not fast enough he gets another chance
 # before exiting rc.sysinit
-kill -TERM `/sbin/pidof getkey` >/dev/null 2>&1
+#kill -TERM `/sbin/pidof getkey` >/dev/null 2>&1
 } &
-if [ "$PROMPT" != "no" ]; then
-   /sbin/getkey i && export CONFIRM=yes
-fi
-wait
+#if [ "$PROMPT" != "no" ]; then
+#   /sbin/getkey i && export CONFIRM=yes
+#fi
+#wait
 
 
 # Fix console loglevel
@@ -790,7 +789,7 @@
 # user mode.
 # (pixel) also do not mount loopback and encrypted filesystems
 # will be done later
-#action "Mounting local filesystems: " mount -a -t nodevpts,nonfs,nfs4,smbfs,ncpfs,cifs,gfs,shfs -O no_netdev,noloop,noencrypted
+action "Mounting local filesystems: " mount -a -t nodevpts,nonfs,nfs4,smbfs,ncpfs,cifs,gfs,shfs -O no_netdev,noloop,noencrypted
 
 rc_splash mount 6
 
@@ -1216,10 +1215,10 @@
 if strstr "$cmdline" confirm ; then
 	touch /var/run/confirm
 fi
-if [ "$PROMPT" != "no" ]; then
-	/sbin/getkey i && touch /var/run/confirm
-fi
-wait
+#if [ "$PROMPT" != "no" ]; then
+#	/sbin/getkey i && touch /var/run/confirm
+#fi
+#wait
 
 if strstr "$cmdline" failsafe; then
     touch /var/run/failsafe




More information about the Erp5-report mailing list