diff --git a/molecules/enlightenment.common b/molecules/enlightenment.common index 1c50c4d..710ed9b 100644 --- a/molecules/enlightenment.common +++ b/molecules/enlightenment.common @@ -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) diff --git a/molecules/forensicxfce.common b/molecules/forensicxfce.common index b4dd658..d1a6953 100644 --- a/molecules/forensicxfce.common +++ b/molecules/forensicxfce.common @@ -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) diff --git a/molecules/gnome.common b/molecules/gnome.common index 8d8376d..03b9b26 100644 --- a/molecules/gnome.common +++ b/molecules/gnome.common @@ -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) diff --git a/molecules/kde.common b/molecules/kde.common index 5ba2278..884ed01 100644 --- a/molecules/kde.common +++ b/molecules/kde.common @@ -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) diff --git a/molecules/lxqt.common b/molecules/lxqt.common index f3fa987..7c6feab 100644 --- a/molecules/lxqt.common +++ b/molecules/lxqt.common @@ -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) diff --git a/molecules/mate.common b/molecules/mate.common index e972051..2b08fa1 100644 --- a/molecules/mate.common +++ b/molecules/mate.common @@ -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) diff --git a/molecules/minimal.common b/molecules/minimal.common index 90ee5b1..8c7ae40 100644 --- a/molecules/minimal.common +++ b/molecules/minimal.common @@ -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) diff --git a/molecules/server.common b/molecules/server.common index c562642..7984d15 100644 --- a/molecules/server.common +++ b/molecules/server.common @@ -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) diff --git a/molecules/spinbase.common b/molecules/spinbase.common index b885b1b..e2c7345 100644 --- a/molecules/spinbase.common +++ b/molecules/spinbase.common @@ -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 diff --git a/molecules/xfce.common b/molecules/xfce.common index cce4857..c80b6db 100644 --- a/molecules/xfce.common +++ b/molecules/xfce.common @@ -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)