[molecules/gaming] complete gaming edition games set
This commit is contained in:
parent
411159cc1f
commit
9313f36e3b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user