commit: df44ba2953bc401de6dbc06b4812f644227e89ef Author: Guy Martin <gmsoft <AT> gentoo <DOT> org> AuthorDate: Wed Feb 5 10:39:58 2014 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Fri Feb 27 02:03:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=df44ba29
/etc/conf.d/rc doesn't exists anymore. targets/support/livecdfs-update.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index a222ace..aeae88c 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -11,12 +11,6 @@ then /etc/ssh/sshd_config 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_COLDPLUG="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