From d182296fba98cd0162065f8b79225485933b93ab Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 21 Oct 2004 17:19:42 +0000 Subject: [PATCH] Stopping udev from using the nasty device tarball. We don't need it anyway. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@473 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- livecd/runscript-support/livecdfs-update.sh | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd8f464d..202a8c09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.102 2004/10/21 17:06:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.103 2004/10/21 17:19:42 wolf31o2 Exp $ + + 21 Oct 2004; Chris Gianelloni + livecd/runscript-support/livecdfs-update.sh: + Stopping udev from using the nasty device tarball. We don't need it anyway. 21 Oct 2004; Chris Gianelloni catalyst, livecd/runscript/sparc-archscript.sh, diff --git a/livecd/runscript-support/livecdfs-update.sh b/livecd/runscript-support/livecdfs-update.sh index 5704c719..78ec24bc 100755 --- a/livecd/runscript-support/livecdfs-update.sh +++ b/livecd/runscript-support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.17 2004/10/21 17:06:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.18 2004/10/21 17:19:42 wolf31o2 Exp $ /usr/sbin/env-update source /etc/profile @@ -12,6 +12,8 @@ then sed -i "s/^#PermitRootLogin\ yes/PermitRootLogin\ yes/" /etc/ssh/sshd_config fi +sed -i 's/RC_DEVICE_TARBALL="yes"/RC_DEVICE_TARBALL="no"/' /etc/conf.d/rc + # fix /etc/issue for mingetty and friends echo "This is \n.gentoo (\s \m \r) \t" > /etc/issue -- 2.26.2