summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-07-28 14:10:58 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-07-28 14:10:58 +0000
commitc3ae590325eaf802ef0484ef77d4a0f91eca7cc1 (patch)
treef335d71f0ecaf62b87f8e5ec3a5769aed7b6821a
parentAdded Getting_Online.txt to minimal and GameCD. This is catalyst 1.1.10.8. (diff)
downloadgentoo-c3ae590325eaf802ef0484ef77d4a0f91eca7cc1.tar.gz
gentoo-c3ae590325eaf802ef0484ef77d4a0f91eca7cc1.tar.bz2
gentoo-c3ae590325eaf802ef0484ef77d4a0f91eca7cc1.zip
Added support for eclasses to the local.start file, for GLI.
-rw-r--r--src/catalyst/ChangeLog6
-rw-r--r--src/catalyst/livecd/files/livecd-local.start6
2 files changed, 11 insertions, 1 deletions
diff --git a/src/catalyst/ChangeLog b/src/catalyst/ChangeLog
index 217586d613..cafa320065 100644
--- a/src/catalyst/ChangeLog
+++ b/src/catalyst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/ChangeLog,v 1.198.2.119 2005/07/27 16:08:28 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/ChangeLog,v 1.198.2.120 2005/07/28 14:10:58 wolf31o2 Exp $
+
+ 28 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ livecd/files/livecd-local.start:
+ Added support for eclasses to the local.start file, for GLI.
27 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+livecd/files/Getting_Online.txt, livecd/runscript/default-runscript.sh:
diff --git a/src/catalyst/livecd/files/livecd-local.start b/src/catalyst/livecd/files/livecd-local.start
index f8fea18a54..d4d7fe55e8 100644
--- a/src/catalyst/livecd/files/livecd-local.start
+++ b/src/catalyst/livecd/files/livecd-local.start
@@ -1,3 +1,4 @@
+#!/bin/bash
# /etc/conf.d/local.start
# This is a good place to load any misc.
@@ -17,3 +18,8 @@ if [ -d /usr/livecd/profiles ]
then
ln -sf /usr/livecd/profiles /usr/portage/profiles
fi
+
+if [ -d /usr/livecd/eclass ]
+then
+ ln -sf /usr/livecd/eclass /usr/portage/eclass
+fi