aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-12-16 17:51:23 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-12-16 17:51:23 +0000
commit6b0a7a14c9bac5cac7a536c9cdfe9f2400d19770 (patch)
tree53ad6230830178a28035b1234aa5846cbb41a085 /examples
parentAdded environmental.motd.txt for gentoo-release-environmental livecd/type. (diff)
downloadcatalyst-6b0a7a14c9bac5cac7a536c9cdfe9f2400d19770.tar.gz
catalyst-6b0a7a14c9bac5cac7a536c9cdfe9f2400d19770.tar.bz2
catalyst-6b0a7a14c9bac5cac7a536c9cdfe9f2400d19770.zip
Added gamecd/conf option to livecd_stage2_target.py, added gamecd.conf.example to /examples, cleaned up game-specific code in gamecdfs-update.sh to make it more generic, added more fundtionality to livecdfs-update.sh and default-runscript.sh for gentoo-release-environmental and gentoo-gamecd to make spec files simpler and to remove the need for specifying a gamecd/environmental fsscript in livecd/fsscript, allowing the user to still use a custom fsscript of their own.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@497 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'examples')
-rw-r--r--examples/gamecd.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/gamecd.conf.example b/examples/gamecd.conf.example
new file mode 100644
index 00000000..e7c8ef98
--- /dev/null
+++ b/examples/gamecd.conf.example
@@ -0,0 +1,9 @@
+#!/bin/bash
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo/src/catalyst/examples/gamecd.conf.example,v 1.1 2004/12/16 17:51:23 wolf31o2 Exp $
+
+# these variables are to be used for creating the menu entry and also to tell
+# the CD what to execute
+GAME_NAME="Unreal Tournament 2004 Demo"
+GAME_EXECUTABLE="/usr/games/bin/ut2004demo"