[molecules/arm-base] enable remaster_pre.sh and remaster_post.sh scripts
This commit is contained in:
parent
c2045628b9
commit
860910baa5
@ -12,7 +12,7 @@ execution_strategy: chroot_to_mmc
|
|||||||
# IMAGE_NAME = name of the final MMC image
|
# IMAGE_NAME = name of the final MMC image
|
||||||
# DESTINATION_IMAGE_DIR = path to the destination image directory
|
# DESTINATION_IMAGE_DIR = path to the destination image directory
|
||||||
# CHROOT_DIR = path pointing to the chroot
|
# CHROOT_DIR = path pointing to the chroot
|
||||||
# outer_source_chroot_script: /path/to/some/script.sh
|
outer_source_chroot_script: /sabayon/scripts/remaster_pre.sh
|
||||||
|
|
||||||
# Inner source chroot script. Called from inside the source_chroot.
|
# Inner source chroot script. Called from inside the source_chroot.
|
||||||
# Can be used to spawn package updates inside the chroot.
|
# Can be used to spawn package updates inside the chroot.
|
||||||
@ -24,7 +24,7 @@ execution_strategy: chroot_to_mmc
|
|||||||
# IMAGE_NAME = name of the final MMC image
|
# IMAGE_NAME = name of the final MMC image
|
||||||
# DESTINATION_IMAGE_DIR = path to the destination image directory
|
# DESTINATION_IMAGE_DIR = path to the destination image directory
|
||||||
# CHROOT_DIR = path pointing to the chroot
|
# CHROOT_DIR = path pointing to the chroot
|
||||||
# outer_source_chroot_script_after: /path/to/some/script.sh
|
outer_source_chroot_script_after: /sabayon/scripts/remaster_post.sh
|
||||||
|
|
||||||
# Error script command, executed when something went wrong and molecule has
|
# Error script command, executed when something went wrong and molecule has
|
||||||
# to terminate the execution
|
# to terminate the execution
|
||||||
|
Loading…
Reference in New Issue
Block a user