From c1c0655dbb6c802af70ac4226121c77ed4617159 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sun, 9 Mar 2008 17:54:44 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ generic/linuxrc | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.26.2