[molecule/examples] add more documentation to "pre_iso_script", and document "post_iso_script"

This commit is contained in:
Fabio Erculiani
2010-07-23 11:01:56 +02:00
parent 0ebe0e4179
commit 2d2dbcff40
5 changed files with 67 additions and 4 deletions
+13 -1
View File
@@ -26,9 +26,21 @@ outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
# 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 called before ISO image creation
# Variables exported:
# SOURCE_CHROOT_DIR = path pointing to the initial chroot
# CHROOT_DIR = path pointing to the working chroot (the one that gets modified)
# CDROOT_DIR = path pointing to the root of the CD image being created
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
pre_iso_script: /sabayon/scripts/corecdx_pre_iso_script.sh
# Post-ISO building script. Hook called after ISO image creation
# Variables exported:
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
# post_iso_script: /sabayon/scripts/post_iso_script.sh
# Destination directory for the ISO image path (MANDATORY)
destination_iso_directory: /sabayon/iso
+15
View File
@@ -44,6 +44,21 @@ 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_script: /sabayon/scripts/cdroot.py
# Pre-ISO building script. Hook called before ISO image creation
# Variables exported:
# SOURCE_CHROOT_DIR = path pointing to the initial chroot
# CHROOT_DIR = path pointing to the working chroot (the one that gets modified)
# CDROOT_DIR = path pointing to the root of the CD image being created
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
pre_iso_script: /sabayon/scripts/cdroot.py
# Post-ISO building script. Hook called after ISO image creation
# Variables exported:
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
# post_iso_script: /sabayon/scripts/post_iso_script.sh
# Destination directory for the ISO image path
destination_iso_directory: /sabayon/iso
+13 -1
View File
@@ -26,9 +26,21 @@ outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
# 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 called before ISO image creation
# Variables exported:
# SOURCE_CHROOT_DIR = path pointing to the initial chroot
# CHROOT_DIR = path pointing to the working chroot (the one that gets modified)
# CDROOT_DIR = path pointing to the root of the CD image being created
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh LXDE
# Post-ISO building script. Hook called after ISO image creation
# Variables exported:
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
# post_iso_script: /sabayon/scripts/post_iso_script.sh
# Destination directory for the ISO image path (MANDATORY)
destination_iso_directory: /sabayon/iso
+13 -1
View File
@@ -29,9 +29,21 @@ merge_livecd_root: /sabayon/boot/core
# 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 called before ISO image creation
# Variables exported:
# SOURCE_CHROOT_DIR = path pointing to the initial chroot
# CHROOT_DIR = path pointing to the working chroot (the one that gets modified)
# CDROOT_DIR = path pointing to the root of the CD image being created
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
pre_iso_script: /sabayon/scripts/cdroot.py
# Post-ISO building script. Hook called after ISO image creation
# Variables exported:
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
# post_iso_script: /sabayon/scripts/post_iso_script.sh
# Destination directory for the ISO image path
destination_iso_directory: /sabayon/iso
+13 -1
View File
@@ -26,9 +26,21 @@ outer_chroot_script_after: /sabayon/scripts/remaster_post.sh
# 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 called before ISO image creation
# Variables exported:
# SOURCE_CHROOT_DIR = path pointing to the initial chroot
# CHROOT_DIR = path pointing to the working chroot (the one that gets modified)
# CDROOT_DIR = path pointing to the root of the CD image being created
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh XFCE
# Post-ISO building script. Hook called after ISO image creation
# Variables exported:
# ISO_PATH = path pointing to the destination ISO
# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5)
# post_iso_script: /sabayon/scripts/post_iso_script.sh
# Destination directory for the ISO image path (MANDATORY)
destination_iso_directory: /sabayon/iso