fedora-live-base.ks | 2 +- fedora-livedvd-games.ks | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 4 deletions(-)
New commits: commit 0803be9eb034e6b4786bb5f1247f29ce9e10474e Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jul 11 18:19:32 2008 +0200
Make a commit that can be composed from (disabling the updates repository)
diff --git a/fedora-live-base.ks b/fedora-live-base.ks index d62b85e..243bab0 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -22,7 +22,7 @@ services --enabled=NetworkManager --disabled=network,sshd # To compose against the current release tree, use the following "repo" (enabled by default) repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch # To include updates, use the following "repo" (enabled by default) -repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arc... +#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arc...
# To compose against rawhide, use the following "repo" (disabled by default) #repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386
commit be0f492fa834267b470b6d63201a66eb7f9e227b Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jul 11 18:18:33 2008 +0200
Revert "Make rawhide the default repository to compose against"
This reverts commit 33c4dbe9b47d0d055e4750440c24f65c67d8598d.
diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 9e97c47..d62b85e 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -20,12 +20,12 @@ part / --size 4096 services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default) -#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch +repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch # To include updates, use the following "repo" (enabled by default) -#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arc... +repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arc...
# To compose against rawhide, use the following "repo" (disabled by default) -repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386 +#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386
# To compose against local trees, use: #repo --name=f9 --baseurl=http://localrepo/fedora/releases/9/Everything/$basearch/os/
commit 041280b04c76f78612bead95e29173a7a77d2ff9 Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jul 11 18:17:55 2008 +0200
Modify fedora-livedvd-games.ks to match new version from Hans de Goede
diff --git a/fedora-livedvd-games.ks b/fedora-livedvd-games.ks index f747a18..a942377 100644 --- a/fedora-livedvd-games.ks +++ b/fedora-livedvd-games.ks @@ -6,7 +6,7 @@ %include fedora-live-base.ks part / --size 8000
-%packages --ignoremissing +%packages
# games
@@ -25,6 +25,7 @@ bzflag #croquet (pending) crossfire-client egoboo +extremetuxracer FlightGear flight-of-the-amazon-queen-cd freeciv @@ -33,11 +34,14 @@ freedoom freedroidrpg frozen-bubble gl-117 +glest +glob2 lincity-ng manaworld maniadrive maniadrive-music nethack-vultures +netpanzer neverball nexuiz nogravity @@ -48,22 +52,31 @@ supertux supertuxkart torcs tremulous -#vdrift +ultimatestunts +vdrift vegastrike warzone2100 wesnoth widelands worminator wormux +xmoto xpilot-ng
# traditional (small)
+abe +alex4 ballz blobwars +bolzplatz2006 bombardier bsd-games +cdogs-sdl clanbomber +clonekeen +foobillard +glaxium gnubg gnugo hedgewars @@ -75,6 +88,7 @@ machineball nazghul-haxima nethack openlierox +pachi pioneers quake3 quake3-demo @@ -84,17 +98,23 @@ rogue rott-shareware scorchwentbonkers seahorse-adventures +solarwolf +sopwith +starfighter stormbaancoureur ularn urbanterror vavoom worldofpadman +xblast
# arcade classics(ish) (big)
auriferous +alienblaster duel3 lmarbles +powermanga raidem raidem-music trackballs @@ -106,6 +126,7 @@ uqm-content-voice # arcade classics(ish) (small)
ballbuster +CriticalMass dd2 KoboDeluxe lacewing @@ -115,13 +136,14 @@ njam seahorse-adventures shippy tecnoballz -#wordwarvi (under review) +wordwarvi #(xgalaga renamed) xgalaxy zasx
# falling blocks games (small)
+amoebax crack-attack crystal-stacker fbg @@ -138,8 +160,11 @@ pingus escape magicor mirrormagic +pipenightdreams +pipepanic pychess rocksndiamonds +vodovod
# card games
@@ -151,6 +176,7 @@ bygfoot celestia childsplay gcompris +planets stellarium tuxpaint tuxpaint-stamps @@ -168,3 +194,4 @@ games-menus wget
%end +
commit 33c4dbe9b47d0d055e4750440c24f65c67d8598d Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Jul 11 08:43:28 2008 +0200
Make rawhide the default repository to compose against
diff --git a/fedora-live-base.ks b/fedora-live-base.ks index d62b85e..9e97c47 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -20,12 +20,12 @@ part / --size 4096 services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default) -repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch +#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=$basearch # To include updates, use the following "repo" (enabled by default) -repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arc... +#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arc...
# To compose against rawhide, use the following "repo" (disabled by default) -#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386 +repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386
# To compose against local trees, use: #repo --name=f9 --baseurl=http://localrepo/fedora/releases/9/Everything/$basearch/os/
spin-kickstarts-commits@lists.stg.fedorahosted.org