Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 04/17] /etc/conf.d/rc doesn't exists anymore.
Date: Sat, 22 Mar 2014 17:03:59
Message-Id: 1395507795-13754-5-git-send-email-dolsen@gentoo.org
In Reply to: [gentoo-catalyst] 2.X bugfixes by Brian Dolbec
1 From: Guy Martin <gmsoft@g.o>
2
3 ---
4 targets/support/livecdfs-update.sh | 6 ------
5 1 file changed, 6 deletions(-)
6
7 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
8 index b017baf..1f924c3 100644
9 --- a/targets/support/livecdfs-update.sh
10 +++ b/targets/support/livecdfs-update.sh
11 @@ -11,12 +11,6 @@ then
12 /etc/ssh/sshd_config
13 fi
14
15 -# Turn off udev tarball
16 -sed -i 's:RC_DEVICE_TARBALL="yes":RC_DEVICE_TARBALL="no":' /etc/conf.d/rc
17 -
18 -# Turn off udev coldplugging
19 -sed -i 's:RC_COLDPLUG="yes":RC_COLDPLUG="no":' /etc/conf.d/rc
20 -
21 # Clean up the time and set to UTC
22 rm -rf /etc/localtime
23 cp /usr/share/zoneinfo/UTC /etc/localtime
24 --
25 1.8.5.3