[Erp5-report] r7155 - /umigumi/trunk/custom/erp5_cd/etc/rc.sysinit
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed May 10 17:13:09 CEST 2006
Author: kevin
Date: Wed May 10 17:13:08 2006
New Revision: 7155
URL: http://svn.erp5.org?rev=7155&view=rev
Log:
This is the modified version of the original Mandriva 2006 file to no wait user key input
Modified:
umigumi/trunk/custom/erp5_cd/etc/rc.sysinit
Modified: umigumi/trunk/custom/erp5_cd/etc/rc.sysinit
URL: http://svn.erp5.org/umigumi/trunk/custom/erp5_cd/etc/rc.sysinit?rev=7155&r1=7154&r2=7155&view=diff
==============================================================================
--- umigumi/trunk/custom/erp5_cd/etc/rc.sysinit (original)
+++ umigumi/trunk/custom/erp5_cd/etc/rc.sysinit Wed May 10 17:13:08 2006
@@ -172,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
@@ -208,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
@@ -1215,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