Gentoo Archives: gentoo-catalyst

From: Guy Martin <gmsoft@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 03/11] /etc/conf.d/rc doesn't exists anymore.
Date: Wed, 05 Feb 2014 10:40:34
Message-Id: 1391596806-14955-4-git-send-email-gmsoft@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 00/11] Livecd updates for catalyst 3.0 by Guy Martin
1 ---
2 targets/support/livecdfs-update.sh | 6 ------
3 1 file changed, 6 deletions(-)
4
5 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
6 index dc4f71f..402be44 100755
7 --- a/targets/support/livecdfs-update.sh
8 +++ b/targets/support/livecdfs-update.sh
9 @@ -11,12 +11,6 @@ then
10 /etc/ssh/sshd_config
11 fi
12
13 -# Turn off udev tarball
14 -sed -i 's:RC_DEVICE_TARBALL="yes":RC_DEVICE_TARBALL="no":' /etc/conf.d/rc
15 -
16 -# Turn off udev coldplugging
17 -sed -i 's:RC_COLDPLUG="yes":RC_COLDPLUG="no":' /etc/conf.d/rc
18 -
19 # Clean up the time and set to UTC
20 rm -rf /etc/localtime
21 cp /usr/share/zoneinfo/UTC /etc/localtime
22 --
23 1.8.3.2