From: Andrew Gaffney Date: Sun, 9 Mar 2008 17:54:44 +0000 (+0000) Subject: Apply patch from Vince C to mount sysfs prior to loading modules... X-Git-Tag: v3.4.10.902~141 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1c0655dbb6c802af70ac4226121c77ed4617159;p=genkernel.git Apply patch from Vince C to mount sysfs prior to loading modules, so that the mdev firmware loading can actually work git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@611 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index ad37e55..c5cde12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Mar 2008; Andrew Gaffney generic/linuxrc: + Apply patch from Vince C to mount sysfs prior to loading + modules, so that the mdev firmware loading can actually work + 04 Mar 2008; Chris Gianelloni 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. diff --git a/generic/linuxrc b/generic/linuxrc index ecac4f2..f07329c 100644 --- a/generic/linuxrc +++ b/generic/linuxrc @@ -193,6 +193,9 @@ splash 'init' detect_sbp2_devices cmdline_hwopts +# Mount sysfs +mount_sysfs + # Setup hotplugging for firmware loading setup_hotplug @@ -219,9 +222,6 @@ else good_msg 'Skipping module load; no modules in the initrd!' fi -# Mount sysfs -mount_sysfs - # Delay if needed for USB hardware sdelay