From: Brad House Date: Sat, 17 Jan 2004 03:55:42 +0000 (+0000) Subject: runscript changes X-Git-Tag: CATALYST_1_0_1~74 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b09a789ace8a0859629152c7701f7df49d21e01;p=catalyst.git runscript changes git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@166 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/examples/livecd/runscript/default-runscript.sh b/examples/livecd/runscript/default-runscript.sh index c55f94fd..2df2b8ba 100644 --- a/examples/livecd/runscript/default-runscript.sh +++ b/examples/livecd/runscript/default-runscript.sh @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/default-runscript.sh,v 1.3 2004/01/15 02:52:27 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/default-runscript.sh,v 1.4 2004/01/17 03:55:42 brad_mssw Exp $ # Section has been handled, do not execute additional scripts RETURN_GOOD=0 @@ -110,7 +110,8 @@ EOF rm -rf /etc/localtime cp /usr/share/zoneinfo/GMT /etc/localtime echo "livecd" > /etc/hostname - sed -i -e 's:^/dev/[RBS]*::' /etc/fstab + sed -i -e '/\/dev\/[RBS]*/ s/^/#/' /etc/fstab + echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab sed -i -e '/dev-state/ s/^/#/' /etc/devfsd.conf # END OF SCRIPT TO UPDATE FILESYSTEM EOF diff --git a/examples/livecd/runscript/x86-runscript.sh b/examples/livecd/runscript/x86-runscript.sh index 59284b43..afc7cdd9 100644 --- a/examples/livecd/runscript/x86-runscript.sh +++ b/examples/livecd/runscript/x86-runscript.sh @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/x86-runscript.sh,v 1.4 2004/01/15 04:21:26 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/examples/livecd/runscript/Attic/x86-runscript.sh,v 1.5 2004/01/17 03:55:42 brad_mssw Exp $ # Section has been handled, do not execute additional scripts RETURN_GOOD=0