[molecules] xfceforensic.common file edits

This commit is contained in:
Kelly Schwartz 2011-10-13 04:58:26 -05:00
parent c40a3f33bc
commit 2d11f6110c

View File

@ -1,5 +1,4 @@
# Define an alternative execution strategy, in this case, the value must
be
# Define an alternative execution strategy, in this case, the value must be
# "iso_remaster"
execution_strategy: iso_remaster
@ -10,38 +9,30 @@ release_string: Sabayon Linux
release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon XFCE Forensic
iso_title: Sabayon Forensics Xfce
# Outer chroot script command, to be executed outside destination chroot
before
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
outer_chroot_script: /sabayon/scripts/remaster_pre.sh
# Execute repositories update here, in a more fault-tolerant flavor
inner_chroot_script:
/sabayon/scripts/remaster_generic_inner_chroot_script.sh
inner_chroot_script: /sabayon/scripts/remaster_generic_inner_chroot_script.sh
# Inner chroot script command, to be executed inside destination chroot
after
# Inner chroot script command, to be executed inside destination chroot after
# packages installation and removal
inner_chroot_script_after:
/sabayon/scripts/remaster_generic_inner_chroot_script_after.sh
xfceforensic
inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh xfceforensic
# Outer chroot script command, to be executed outside destination chroot
before
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and AFTER inner_chroot_script)
outer_chroot_script_after: /sabayon/scripts/xfce_remaster_post.sh
# Used to umount /proc and unbind packages dir
error_script: /sabayon/scripts/remaster_error_script.sh
# Extra mkisofs parameters, perhaps something to include/use your
bootloader
# Extra mkisofs parameters, perhaps something to include/use your bootloader
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
# Pre-ISO building script. Hook to be able to copy kernel images in
place, for example
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
pre_iso_script: /sabayon/scripts/xfceforensic_pre_iso_script.sh
# Post-ISO building script, called after ISO image generation.
@ -50,8 +41,7 @@ post_iso_script: /sabayon/scripts/generic_post_iso_script.sh
# 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)
# List of packages that would be removed from chrooted system (comma separated)
packages_to_remove:
app-dicts/aspell-de,
app-dicts/aspell-fr,
@ -77,8 +67,7 @@ packages_to_remove:
games-misc/cowsay,
app-editors/gedit
# List of packages that would be added from chrooted system (comma
separated)
# List of packages that would be added from chrooted system (comma separated)
packages_to_add:
app-admin/testdisk,
app-antivirus/clamav,
@ -129,8 +118,7 @@ packages_to_add:
# Custom command for updating repositories (default is: equo update)
# repositories_update_cmd:
# Determine whether repositories update should be run (if
packages_to_add is set)
# Determine whether repositories update should be run (if packages_to_add is set)
# (default is: no), values are: yes, no.
execute_repositories_update: no