From 2c0526bf386707119499045ddae693b4ecd65ea2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 20 Dec 2006 15:06:28 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1197 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 ++++++ targets/support/livecdfs-update.sh | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index be016ae0..0c9c9f21 100644 --- 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 + 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 modules/generic_stage_target.py: Fix a typo in generic_stage_target. diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 694eb6d8..633394a4 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -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 -- 2.26.2