[molecules] enable mksquashfs XZ compression (cross fingers wrt rsync)

This commit is contained in:
Fabio Erculiani 2012-09-11 15:55:58 +02:00
parent bd2bb43d8a
commit 68d24583fa
13 changed files with 39 additions and 0 deletions

View File

@ -8,6 +8,9 @@ release_string: Sabayon Linux
# File to write release string
release_file: /etc/sabayon-edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# ISO Image title
iso_title: Sabayon Awesome

View File

@ -11,6 +11,9 @@ release_string: Sabayon Linux
# File to write release string
release_file: /etc/sabayon-edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon E17
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon Forensics Xfce
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon Gaming Edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon GNOME
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_string: Sabayon Linux
# File to write release string
release_file: /etc/sabayon-edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon KDE
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon LXDE
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon MATE
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -11,6 +11,9 @@ release_string: Sabayon Linux
# File to write release string
release_file: /etc/sabayon-edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh

View File

@ -14,6 +14,9 @@ release_file: /etc/sabayon-edition
# Extra mirror (r)sync parameters
extra_rsync_parameters: --one-file-system
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Inner chroot script command, to be executed inside destination chroot before packing it
# - kmerge.sh - setup kernel bins
# %env inner_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/inner_chroot_script.sh

View File

@ -11,6 +11,9 @@ release_file: /etc/sabayon-edition
# ISO Image title
iso_title: Sabayon Xfce
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
%env outer_chroot_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/remaster_pre.sh