Magellan Linux

Annotation of /trunk/initscripts-alx/patches/initscripts-0.3.4-r10-alx-disable-rc-device-tarball-for-udev.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1193 - (hide annotations) (download)
Sat Nov 20 16:45:38 2010 UTC (13 years, 7 months ago) by niro
File size: 695 byte(s)
added patches for better udev support
1 niro 1193 diff -Naur magellan-initscripts/etc/conf.d/kernel magellan-initscripts-alx/etc/conf.d/kernel
2     --- magellan-initscripts/etc/conf.d/kernel 2005-07-02 22:38:47.000000000 +0200
3     +++ magellan-initscripts-alx/etc/conf.d/kernel 2010-11-20 17:49:41.000000000 +0100
4     @@ -11,9 +11,10 @@
5     # tarball contains the current state of all devices in /dev.
6     # It will be loaded at system startup and saved at shutdown.
7     # Activate it (default setting):
8     -RC_DEVICE_TARBALL=yes
9     +#RC_DEVICE_TARBALL=yes
10     # Deactivate it (i hope you know what you do):
11     -#RC_DEVICE_TARBALL=no
12     +# (we use netlink to trigger uevents and that reliable enough)
13     +RC_DEVICE_TARBALL=no
14    
15    
16     # Sets the default verbose level for kernel messages.