Update of /cvsroot/devil-linux/build/scripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22540/scripts/scripts
Modified Files:
pre_init
Log Message:
- don't wait for usb-storage driver if no devices are present (Roland Pabel)
- added boot parameter 'config=<device>:<filename>' which is given
priority in search for configuration archive (Roland Pabel)
Index: pre_init
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pre_init 7 Mar 2004 22:05:47 -0000 1.17
+++ pre_init 9 Apr 2004 00:47:37 -0000 1.18
@@ -127,5 +127,5 @@
/sbin/devfsd /dev
# now start the real init program
-shift
+shift 2 # get rid of DL_CONFIG_SRC, DL_CONFIG_FILE
exec /sbin/init $@
|