We now disable the RC_COLDPLUG in /etc/conf.d/rc so udev will not do coldplugging...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 20 Dec 2006 15:06:28 +0000 (15:06 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 20 Dec 2006 15:06:28 +0000 (15:06 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1197 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index be016ae0a6b0f002409f38c1b8a3cb96acf02234..0c9c9f213fb281c64f3c4e3f039c5215e01bb4bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $
 
+  20 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  We now disable the RC_COLDPLUG in /etc/conf.d/rc so udev will not do
+  coldplugging. This allows us to unpack our firmware before we detect
+  devices, so that devices that need it will get it.
+
   06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   modules/generic_stage_target.py:
   Fix a typo in generic_stage_target.
index 694eb6d8e5877febc5ad68fa39e6a23a21f998ac..633394a405a606e887a0beb3a082dbf777c80edc 100755 (executable)
@@ -15,6 +15,9 @@ fi
 # Turn off udev tarball
 sed -i 's:RC_DEVICE_TARBALL="yes":RC_DEVICE_TARBALL="no":' /etc/conf.d/rc
 
+# Turn off udev coldplugging
+sed -i 's:RC_COLDPLG="yes":RC_COLDPLUG="no":' /etc/conf.d/rc
+
 # Clean up the time and set to UTC
 rm -rf /etc/localtime
 cp /usr/share/zoneinfo/UTC /etc/localtime