# 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.
# 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