aboutsummaryrefslogtreecommitdiff
path: root/components/liveinstall.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-03-20 18:23:13 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-03-20 18:23:13 -0400
commitf0a7ae8da38c662c71ca38c5db347b62ff2c36c0 (patch)
tree46a9a567768ede0b606fe2fe9e76d899e0c9161a /components/liveinstall.xml
parentefc71e6d8629f0e3b5bd2541650266d632a2fe68 (diff)
downloadkiwi-descriptions-f0a7ae8da38c662c71ca38c5db347b62ff2c36c0.tar.gz
kiwi-descriptions-f0a7ae8da38c662c71ca38c5db347b62ff2c36c0.zip
Revert "components/liveinstall: Shrink chunksize to 128KiB and raise to level 8 LZMA compression"
This did not help anything and it makes image builds slower. This reverts commit b57a77e5717e31914faddf5c258d74a0db5e988f.
Diffstat (limited to 'components/liveinstall.xml')
-rw-r--r--components/liveinstall.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml
index 004060b..ad15aa7 100644
--- a/components/liveinstall.xml
+++ b/components/liveinstall.xml
@@ -8,9 +8,9 @@
<preferences profiles="LiveInstall" arch="x86_64">
<type image="iso"
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
- primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=8" mediacheck="true"
+ primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
- fscreateoptions="-Eall-fragments,fragdedupe=inode -C 131072"
+ fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
>
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
</type>
@@ -18,9 +18,9 @@
<preferences profiles="LiveInstall" arch="aarch64">
<type image="iso"
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
- primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=8" mediacheck="true"
+ primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
- fscreateoptions="-Eall-fragments,fragdedupe=inode -C 131072"
+ fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
>
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
</type>
@@ -28,9 +28,9 @@
<preferences profiles="LiveInstall" arch="riscv64">
<type image="iso"
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
- primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=8" mediacheck="true"
+ primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
- fscreateoptions="-Eall-fragments,fragdedupe=inode -C 131072"
+ fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
>
<bootloader name="grub2" grub_template="grub-riscv64.cfg.iso-template" console="console" timeout="10"/>
</type>
@@ -38,9 +38,9 @@
<preferences profiles="LiveInstall" arch="ppc64le">
<type image="iso"
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
- primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=8" mediacheck="true"
+ primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
firmware="ofw" kernelcmdline="quiet rhgb"
- fscreateoptions="-Eall-fragments,fragdedupe=inode -C 131072"
+ fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
>
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
</type>