From 860910baa5379dd25ac0e36f93cf17f60d6a850b Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 29 Jan 2012 14:00:09 +0100 Subject: [PATCH] [molecules/arm-base] enable remaster_pre.sh and remaster_post.sh scripts --- molecules/arm-base.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecules/arm-base.common b/molecules/arm-base.common index d91e96e..88e7467 100644 --- a/molecules/arm-base.common +++ b/molecules/arm-base.common @@ -12,7 +12,7 @@ execution_strategy: chroot_to_mmc # IMAGE_NAME = name of the final MMC image # DESTINATION_IMAGE_DIR = path to the destination image directory # 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. # 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 # DESTINATION_IMAGE_DIR = path to the destination image directory # 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 # to terminate the execution