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