66 lines
2.3 KiB
Plaintext
66 lines
2.3 KiB
Plaintext
# Define an alternative execution strategy, in this case, the value must be
|
|
# "iso_remaster"
|
|
execution_strategy: iso_remaster
|
|
|
|
# ISO Image title
|
|
iso_title: Sabayon Minimal
|
|
|
|
# Release string
|
|
release_string: Sabayon Linux
|
|
|
|
# File to write release string
|
|
release_file: /etc/sabayon-edition
|
|
|
|
# Enable XZ compression in mksquashfs
|
|
extra_mksquashfs_parameters: -comp xz -processors 3
|
|
|
|
# Outer chroot script command, to be executed outside destination chroot before
|
|
# before entering it (and before inner_chroot_script)
|
|
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh
|
|
|
|
# Execute repositories update here, in a more fault-tolerant flavor
|
|
%env inner_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_generic_inner_chroot_script.sh
|
|
|
|
# Inner chroot script command, to be executed inside destination chroot after
|
|
# packages installation and removal
|
|
%env inner_chroot_script_after: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_generic_inner_chroot_script_after.sh fluxbox
|
|
|
|
# Outer chroot script command, to be executed outside destination chroot before
|
|
# before entering it (and AFTER inner_chroot_script)
|
|
%env outer_chroot_script_after: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_post.sh
|
|
|
|
# Used to umount /proc and unbind packages dir
|
|
%env error_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_error_script.sh
|
|
|
|
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
|
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_pre_iso_script.sh Minimal
|
|
|
|
# Destination directory for the ISO image path (MANDATORY)
|
|
%env destination_iso_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso
|
|
|
|
# Import the Graphic Environment module.
|
|
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/graphic-environment.common
|
|
|
|
packages_to_add:
|
|
@wireless,
|
|
@fluxbox,
|
|
app-text/pastebunz,
|
|
lxde-base/lxdm,
|
|
media-gfx/feh,
|
|
net-dialup/ppp,
|
|
net-dialup/rp-pppoe,
|
|
net-irc/irssi,
|
|
net-misc/tightvnc,
|
|
sys-apps/usbutils,
|
|
sys-block/parted,
|
|
sys-boot/os-prober,
|
|
sys-power/cpupower,
|
|
www-client/midori,
|
|
x11-themes/gnome-icon-theme,
|
|
x11-themes/sabayon-artwork-core,
|
|
x11-themes/sabayon-artwork-grub
|
|
|
|
# Determine whether repositories update should be run (if packages_to_add is set)
|
|
# (default is: no), values are: yes, no.
|
|
execute_repositories_update: no
|