From 9313f36e3bfe9531835061fb40e56ebef02d7606 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 19 Dec 2010 21:38:16 +0100 Subject: [PATCH] [molecules/gaming] complete gaming edition games set --- molecules/gaming.common | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/molecules/gaming.common b/molecules/gaming.common index 0751ecd..16802b0 100644 --- a/molecules/gaming.common +++ b/molecules/gaming.common @@ -27,7 +27,11 @@ inner_chroot_script_after: /sabayon/scripts/remaster_gaming_inner_chroot_script_ outer_chroot_script_after: /sabayon/scripts/remaster_post.sh # Extra mkisofs parameters, perhaps something to include/use your bootloader -extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat +# IMPORTANT NOTE: -allow-limited-size is only supported by cdrkit provided mkisofs. +# Please use cdrkit to make this molecule working !!! Or drop some games and remove the switch. +# The aim is supporting >4GB files without enabling ISO LEVEL 2/3 (that would make the ISO +# unbootable with syslinux -- no fragmented files support, for good). +extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat -allow-limited-size # Pre-ISO building script. Hook to be able to copy kernel images in place, for example pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh "Gaming Edition" @@ -35,13 +39,6 @@ pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh "Gaming Edition" # Destination directory for the ISO image path (MANDATORY) destination_iso_directory: /sabayon/iso -# List of packages that would be removed from chrooted system (comma separated) -# packages_to_remove: - -# games-simulation/flightgear, -# games-fps/tremulous, -# games-sports/torcs, - # List of packages that would be added from chrooted system (comma separated) packages_to_add: games-arcade/frozen-bubble, @@ -50,11 +47,13 @@ packages_to_add: games-fps/nexuiz, games-fps/freedoom, games-fps/alienarena, + games-fps/tremulous, games-fps/warsow, games-puzzle/neverball, games-puzzle/pingus, games-simulation/micropolis, games-simulation/simutrans, + games-simulation/flightgear, games-strategy/0ad, games-strategy/freeciv, games-strategy/scorched3d, @@ -63,6 +62,7 @@ packages_to_add: games-strategy/wormux, games-strategy/wesnoth, games-sports/foobillard, + games-sports/torcs, games-util/springlobby, gnome-extra/gnome-games