Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: agaffney
Date: 2008-03-09 17:54:44 +0000 (Sun, 09 Mar 2008)
New Revision: 611
Modified:
trunk/ChangeLog
trunk/generic/linuxrc
Log:
Apply patch from Vince C <v_cadet@...> to mount sysfs prior to loading modules, so that the mdev firmware loading can actually work
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-03-04 00:41:37 UTC (rev 610)
+++ trunk/ChangeLog 2008-03-09 17:54:44 UTC (rev 611)
@@ -2,6 +2,10 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Mar 2008; Andrew Gaffney <agaffney@g.o> generic/linuxrc:
+ Apply patch from Vince C <v_cadet@...> to mount sysfs prior to loading
+ modules, so that the mdev firmware loading can actually work
+
04 Mar 2008; Chris Gianelloni <wolf31o2@g.o> gen_initramfs.sh:
If we have a raid456.ko module, we need to create a raid45.ko symlink since
dmraid can be rather stupid. This should resolve bug #195804.
Modified: trunk/generic/linuxrc
===================================================================
--- trunk/generic/linuxrc 2008-03-04 00:41:37 UTC (rev 610)
+++ trunk/generic/linuxrc 2008-03-09 17:54:44 UTC (rev 611)
@@ -193,6 +193,9 @@
detect_sbp2_devices
cmdline_hwopts
+# Mount sysfs
+mount_sysfs
+
# Setup hotplugging for firmware loading
setup_hotplug
@@ -219,9 +222,6 @@
good_msg 'Skipping module load; no modules in the initrd!'
fi
-# Mount sysfs
-mount_sysfs
-
# Delay if needed for USB hardware
sdelay
--
gentoo-commits@g.o mailing list
|
|