CVS: initscripts/sysconfig init,1.1.1.1,1.2 init.s390,1.1.1.1,1.2

Jasper Huysmans jasper at lunar-linux.org
Thu Nov 6 13:28:27 GMT 2003


Update of /var/cvs/lunar/initscripts/sysconfig
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25102/sysconfig

Modified Files:
	init init.s390 
Log Message:
Add 2.6 kernel checks + load acpi modules (copied from RH cvs initscripts)

Index: init
===================================================================
RCS file: /var/cvs/lunar/initscripts/sysconfig/init,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- init	26 Oct 2003 17:14:44 -0000	1.1.1.1
+++ init	6 Nov 2003 13:28:24 -0000	1.2
@@ -3,7 +3,7 @@
 # anything else => new style bootup without ANSI colors or positioning
 BOOTUP=color
 # Turn on graphical boot
-GRAPHICAL=yes
+GRAPHICAL=no
 # column to start "[  OK  ]" label in 
 RES_COL=60
 # terminal sequence to move to that column. You could change this
@@ -21,3 +21,7 @@
 LOGLEVEL=3
 # Set to anything other than 'no' to allow hotkey interactive startup...
 PROMPT=yes
+# Set to 'yes' to load usbkb and usbmouse modules. This is for 2.6.x 
+# kernels only. Normally there is no reason to use these.
+USB_HID_BOOTPROTO=no
+

Index: init.s390
===================================================================
RCS file: /var/cvs/lunar/initscripts/sysconfig/init.s390,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- init.s390	26 Oct 2003 17:14:44 -0000	1.1.1.1
+++ init.s390	6 Nov 2003 13:28:24 -0000	1.2
@@ -19,3 +19,7 @@
 LOGLEVEL=3
 # Set to anything other than 'no' to allow hotkey interactive startup...
 PROMPT=no
+# Set to 'yes' to load usbkb and usbmouse modules. This is for 2.6.x 
+# kernels only. Normally there is no reason to use these.
+USB_HID_BOOTPROTO=no
+




More information about the Lunar-commits mailing list