[kernel] r14417 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Mon Oct 19 22:45:26 UTC 2009


Author: maks
Date: Mon Oct 19 22:45:24 2009
New Revision: 14417

Log:
Unset UEVENT_HELPER_PATH to save some boot cycles.

even Lenny no longer used to have /sbin/hotplug,
saves a few cycles on boot.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Mon Oct 19 22:39:24 2009	(r14416)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Oct 19 22:45:24 2009	(r14417)
@@ -15,6 +15,7 @@
   * [x86] Enable modular X86_MCE_INJECT.
   * [x86_64] Set LOG_BUF_SHIFT to 2^18.
   * Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine.
+  * Unset UEVENT_HELPER_PATH to save some boot cycles.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 13 Oct 2009 02:18:40 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Mon Oct 19 22:39:24 2009	(r14416)
+++ dists/trunk/linux-2.6/debian/config/config	Mon Oct 19 22:45:24 2009	(r14417)
@@ -167,7 +167,7 @@
 ##
 ## file: drivers/base/Kconfig
 ##
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y



More information about the Kernel-svn-changes mailing list