From: Brad House Date: Thu, 15 Jan 2004 02:52:27 +0000 (+0000) Subject: add modules to the default runlevel X-Git-Tag: CATALYST_1_0_1~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c0d2019839e3304c3415e6398d45d37ec28169c;p=catalyst.git add modules to the default runlevel git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@163 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/examples/livecd/runscript/default-runscript.sh b/examples/livecd/runscript/default-runscript.sh index ea3beb4e..c55f94fd 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.2 2004/01/15 01:43:44 brad_mssw Exp $ +# $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 $ # Section has been handled, do not execute additional scripts RETURN_GOOD=0 @@ -106,6 +106,7 @@ EOF rc-update del keymaps rc-update del consolefont rc-update add metalog default + rc-update add modules default rm -rf /etc/localtime cp /usr/share/zoneinfo/GMT /etc/localtime echo "livecd" > /etc/hostname