[molecules] force number of mksquashfs processors to 3, or the system will start crawling

This commit is contained in:
Fabio Erculiani
2016-12-03 20:08:30 +01:00
parent d65ee04ca8
commit 9bd2f778b1
10 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon Enlightenment
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon Forensics Xfce
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon GNOME
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon KDE
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon LXQt
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon MATE
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_string: Sabayon Linux
release_file: /etc/sabayon-edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -12,7 +12,7 @@ release_string: Sabayon Linux
release_file: /etc/sabayon-edition
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)

View File

@@ -11,7 +11,7 @@ release_file: /etc/sabayon-edition
extra_rsync_parameters: --one-file-system
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Merge directory with destination LiveCD root
%env merge_livecd_root: ${SABAYON_MOLECULE_HOME:-/sabayon}/boot/core

View File

@@ -12,7 +12,7 @@ release_file: /etc/sabayon-edition
iso_title: Sabayon Xfce
# Enable XZ compression in mksquashfs
extra_mksquashfs_parameters: -comp xz -Xbcj x86
extra_mksquashfs_parameters: -comp xz -processors 3 -Xbcj x86
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)