aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-30 20:23:08 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-30 20:54:44 -0700
commit78d1b3055c943557530c660243ad9dbfc0a892c5 (patch)
tree6985d0125546f7fa7627b19cb5ab9e6b9ce80952 /doc
parentcatalyst: Remove references to spind (diff)
downloadcatalyst-78d1b3055c943557530c660243ad9dbfc0a892c5.tar.gz
catalyst-78d1b3055c943557530c660243ad9dbfc0a892c5.tar.bz2
catalyst-78d1b3055c943557530c660243ad9dbfc0a892c5.zip
catalyst: Drop gamecd target
Evidently this was a target last used 15 years ago to produce a Gentoo LiveCD ISO with *a* game on it. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-spec.5.txt20
1 files changed, 6 insertions, 14 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index ecea9ba7..03fdeecc 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -111,7 +111,6 @@ explained below.
`gentoo-release-minimal`;; This creates an official minimal InstallCD.
`gentoo-release-universal`;; This creates an official universal InstallCD.
`gentoo-release-livecd`;; This creates an official LiveCD environment.
- `gentoo-gamecd`;; This creates an official Gentoo GameCD.
`generic-livecd`;; This should be used for all non-official media.
This setting is supported by the livecd targets.
@@ -431,13 +430,12 @@ available if `docache` is enabled, as they are outside the loop.
*<target>/xinitrc*::
This is used by catalyst to copy the specified file to
`/etc/X11/xinit/xinitrc` and is used by the *<target>/type*
-`gentoo-gamecd` and `generic-livecd`. While the file will still be
-copied for any *<target>/type*, catalyst will only create the
-necessary `/etc/startx` for those types, so X will not be
-automatically started. This is useful also for setting up X on a CD
-where you do not wish X to start automatically. We do not use this on
-the release media. This setting is supported by the `stage4` and
-`livecd` targets.
+`generic-livecd`. While the file will still be copied for any
+*<target>/type*, catalyst will only create the necessary `/etc/startx`
+for those types, so X will not be automatically started. This is
+useful also for setting up X on a CD where you do not wish X to start
+automatically. We do not use this on the release media. This setting
+is supported by the `stage4` and `livecd` targets.
*livecd/xdm*::
This is used by catalyst to determine which display manager you wish
@@ -470,12 +468,6 @@ and is very useful in cleaning up stray files in `/etc` left over
after *stage4/unmerge* (example: `/lib/*.a /usr/lib/*.a`). This
setting is supported by the `stage4` and `livecd` targets.
-*gamecd/conf*::
-This option is only used when creating a GameCD. This specifies the
-file that contains the definitions for `GAME_NAME` and
-`GAME_EXECUTABLE`, which are used by the GameCD scripts to set some
-specific options for the game. This is not used on the release media.
-
FILES
-----
Example specfiles can be found in '/usr/share/doc/catalyst-{catalystversion}/examples'.