Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:2.X commit in: targets/support/
Date: Mon, 24 Mar 2014 16:08:05
Message-Id: 1395677227.c6a2fb4944945f99851564508c350370e94cfdb3.dol-sen@gentoo
1 commit: c6a2fb4944945f99851564508c350370e94cfdb3
2 Author: Guy Martin <gmsoft <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 10:39:58 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Mon Mar 24 16:07:07 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=c6a2fb49
7
8 /etc/conf.d/rc doesn't exists anymore.
9
10 ---
11 targets/support/livecdfs-update.sh | 6 ------
12 1 file changed, 6 deletions(-)
13
14 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
15 index b017baf..1f924c3 100644
16 --- a/targets/support/livecdfs-update.sh
17 +++ b/targets/support/livecdfs-update.sh
18 @@ -11,12 +11,6 @@ then
19 /etc/ssh/sshd_config
20 fi
21
22 -# Turn off udev tarball
23 -sed -i 's:RC_DEVICE_TARBALL="yes":RC_DEVICE_TARBALL="no":' /etc/conf.d/rc
24 -
25 -# Turn off udev coldplugging
26 -sed -i 's:RC_COLDPLUG="yes":RC_COLDPLUG="no":' /etc/conf.d/rc
27 -
28 # Clean up the time and set to UTC
29 rm -rf /etc/localtime
30 cp /usr/share/zoneinfo/UTC /etc/localtime