[Pkg-sysvinit-commits] r1918 - in sysvinit/trunk/debian: . startpar/patches

Petter Reinholdtsen pere at alioth.debian.org
Sun Jun 6 18:47:33 UTC 2010


Author: pere
Date: 2010-06-06 18:47:28 +0000 (Sun, 06 Jun 2010)
New Revision: 1918

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/startpar/patches/05_pri_kdm_gdm.patch
Log:
Change startpar patch 05_pri_kdm_gdm.patch to also give priority
to udev and udev-mtab to get kernel module loading started as
early as possible during boot.  Based on idea from live-net-startpar.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2010-06-06 17:35:20 UTC (rev 1917)
+++ sysvinit/trunk/debian/changelog	2010-06-06 18:47:28 UTC (rev 1918)
@@ -5,6 +5,9 @@
     (Closes: #584102)
   * New startpar patch 07_nocrash_missing_arg.patch to make sure no
     argument do not cause startpar to segfault.
+  * Change startpar patch 05_pri_kdm_gdm.patch to also give priority
+    to udev and udev-mtab to get kernel module loading started as
+    early as possible during boot.  Based on idea from live-net-startpar.
   * Make init.d/bootlogs soft depend on gdm3 while we wait for gdm3 to
     provide $x-display-manager.
   * Make sure to create /dev/pts/ and /dev/shm/ in mountdevsub.sh

Modified: sysvinit/trunk/debian/startpar/patches/05_pri_kdm_gdm.patch
===================================================================
--- sysvinit/trunk/debian/startpar/patches/05_pri_kdm_gdm.patch	2010-06-06 17:35:20 UTC (rev 1917)
+++ sysvinit/trunk/debian/startpar/patches/05_pri_kdm_gdm.patch	2010-06-06 18:47:28 UTC (rev 1918)
@@ -1,4 +1,4 @@
-Purpose: Try to get kdm and gdm to start earlier during boot.
+Purpose: Try to get udev, kdm and gdm to start earlier during boot.
 Fixes:   None.
 Authour: Petter Reinholdtsen
 Status:  Not applied upstream
@@ -6,12 +6,14 @@
 ===================================================================
 --- a/makeboot.c	(revision 1780)
 +++ b/makeboot.c	(working copy)
-@@ -236,7 +236,9 @@
+@@ -236,7 +236,11 @@
  	for (node = tree_list; node; node = node->next) {
  		int importance = 0;
  
 -		if (! strcmp(node->name, "xdm"))
 +		if (! strcmp(node->name, "xdm")
++                    || ! strcmp(node->name, "udev")
++                    || ! strcmp(node->name, "udev-mtab")
 +                    || ! strcmp(node->name, "gdm")
 +                    || ! strcmp(node->name, "kdm"))
  			importance = 100;




More information about the Pkg-sysvinit-commits mailing list