fedora-kickstarts/fedora-livedvd-games.ks

195 lines
2.4 KiB
Plaintext
Raw Normal View History

2008-06-09 14:54:56 +00:00
# fedora-livedvd-games.ks
#
# Maintainer(s):
# - Bruno Wolff III <bruno@wolff.to>
# - Formerly maintained by Rahul Sundaram
2008-06-09 14:54:56 +00:00
%include fedora-livecd-xfce.ks
2008-05-01 14:20:16 +00:00
# The recommended part size for DVDs is too close to use for the games spin
part / --size 10240
2008-05-01 14:20:16 +00:00
%packages
# Wine pulls in i386 libraries under x86_86 making that spin too big.
# Also the point is to show off Fedora games, not running windows games.
-wine
# Remove libreoffice since it just got added to livecd-desktop and
# will likely put the games spin over size and it is freeze time.
-libreoffice*
# Allow joysticks and game pads to work
joystick-support
2008-05-01 14:20:16 +00:00
# games
# traditional (big)
#alienarena #Cut for size
2008-05-01 14:20:16 +00:00
armacycles-ad
asc
asc-music
astromenace
beneath-a-steel-sky-cd
boswars
btanks
2008-05-01 14:20:16 +00:00
bzflag
crossfire-client
extremetuxracer
2008-05-01 14:20:16 +00:00
flight-of-the-amazon-queen-cd
freeciv
freecol
freedoom
freedroidrpg
frozen-bubble
gl-117
glob2
2008-05-01 14:20:16 +00:00
lincity-ng
2013-02-10 18:16:48 +00:00
tmw
2008-05-01 14:20:16 +00:00
maniadrive
maniadrive-music
megaglest
2008-05-01 14:20:16 +00:00
nethack-vultures
netpanzer
2008-05-01 14:20:16 +00:00
neverball
2008-05-05 14:23:57 +00:00
nogravity
2008-05-01 14:20:16 +00:00
pinball
scorched3d
supertux
supertuxkart
ultimatestunts
2008-05-01 14:20:16 +00:00
warzone2100
wesnoth
worminator
2012-02-28 23:57:45 +00:00
warmux
xmoto
2008-05-01 14:20:16 +00:00
# traditional (small)
abe
alex4
2008-05-01 14:20:16 +00:00
ballz
blobwars
bombardier
cdogs-sdl
2008-05-01 14:20:16 +00:00
clanbomber
colossus
foobillard
glaxium
2008-05-01 14:20:16 +00:00
gnubg
gnugo
haxima
2008-05-01 14:20:16 +00:00
hedgewars
kcheckers
knights
2008-05-05 14:23:57 +00:00
lbrickbuster2
2008-05-01 14:20:16 +00:00
liquidwar
londonlaw
lordsawar
2008-05-05 14:23:57 +00:00
lure
2008-05-01 14:20:16 +00:00
machineball
nethack
pachi
2008-05-05 14:23:57 +00:00
pioneers
2008-05-01 14:20:16 +00:00
quarry
Ri-li
rogue
scorchwentbonkers
seahorse-adventures
solarwolf
sopwith
2008-05-01 14:20:16 +00:00
stormbaancoureur
ularn
xblast
2008-05-01 14:20:16 +00:00
# arcade classics(ish) (big)
auriferous
alienblaster
2008-05-01 14:20:16 +00:00
duel3
lmarbles
powermanga
2008-05-01 14:20:16 +00:00
raidem
raidem-music
trackballs
trackballs-music
# arcade classics(ish) (small)
ballbuster
CriticalMass
2008-05-01 14:20:16 +00:00
dd2
KoboDeluxe
lacewing
Maelstrom
2008-05-01 14:20:16 +00:00
methane
njam
seahorse-adventures
shippy
tecnoballz
wordwarvi
2008-05-01 14:20:16 +00:00
xgalaxy
zasx
2008-05-05 14:23:57 +00:00
# falling blocks games (small)
2008-05-01 14:20:16 +00:00
amoebax
2008-05-01 14:20:16 +00:00
crack-attack
crystal-stacker
gemdropx
gweled
# puzzles (big)
enigma
fillets-ng
pingus
# puzzles (small)
escape
gbrainy
2008-05-01 14:20:16 +00:00
magicor
mirrormagic
pipenightdreams
pipepanic
2008-05-01 14:20:16 +00:00
pychess
rocksndiamonds
vodovod
2008-05-01 14:20:16 +00:00
# card games
#poker2d - dropped from F14 for being orphaned
PySolFC
2008-05-01 14:20:16 +00:00
# educational/simulation
bygfoot
celestia
childsplay
gcompris
planets
2008-05-01 14:20:16 +00:00
stellarium
tuxpaint
tuxpaint-stamps
tuxtype2
# kde based games
taxipilot
# utilities
games-menus
# Note some stuff I don't want pulled into the games spin.
# No compilations of games as I want to only include games that at least
# someone thought were good within a genre.
-kdegames
# Nothing should be downloading data to play.
-autodownloader
2008-05-01 14:20:16 +00:00
%end