aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-02-03 15:35:39 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2008-02-03 15:35:39 +0000
commit6c98ac18d3e8a8fe67e8e36d9a359318e0dfc53d (patch)
tree7ae7dce9863c811bff8a75d443ff19e860710ac7 /ChangeLog
parentClean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895 (diff)
downloadgenkernel-6c98ac18d3e8a8fe67e8e36d9a359318e0dfc53d.tar.gz
genkernel-6c98ac18d3e8a8fe67e8e36d9a359318e0dfc53d.tar.bz2
genkernel-6c98ac18d3e8a8fe67e8e36d9a359318e0dfc53d.zip
Add setup_hotplug() function that runs before the modules are loaded to setup mdev as the hotplug event handler
Add $KV to /lib/modules anywhere it occurs to allow for an initramfs with multiple sets of modules git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@586 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5508ee4..5b5c7be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
+ generic/linuxrc:
+ Add setup_hotplug() function that runs before the modules are loaded to
+ setup mdev as the hotplug event handler. Add $KV to /lib/modules anywhere it
+ occurs to allow for an initramfs with multiple sets of modules
+
03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_configkernel.sh,
genkernel.conf:
Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895