diff options
| author | 2024-11-23 07:54:54 -0500 | |
|---|---|---|
| committer | 2024-11-23 07:54:54 -0500 | |
| commit | 5486849837974ffc941b226269ae4025bb2b5ff3 (patch) | |
| tree | 3e0ca511dc8a4735bc1e45bd7c37056e053e275c /components/liveinstall.xml | |
| parent | 244874c5e350cda783ed6235ad405ed697a16b2a (diff) | |
| download | kiwi-descriptions-5486849837974ffc941b226269ae4025bb2b5ff3.tar.gz kiwi-descriptions-5486849837974ffc941b226269ae4025bb2b5ff3.zip | |
components/liveinstall: Use plain squashfs instead of ext4-in-squashfs
It results in higher compression ratios.
Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index c870f87..66a582a 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -7,7 +7,7 @@ <preferences profiles="LiveInstall" arch="x86_64"> <type image="iso" publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" - primary="true" flags="dmsquash" mediacheck="true" + primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true" firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" > <bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/> @@ -16,7 +16,7 @@ <preferences profiles="LiveInstall" arch="aarch64"> <type image="iso" publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" - primary="true" flags="dmsquash" mediacheck="true" + primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true" firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" > <bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/> @@ -25,7 +25,7 @@ <preferences profiles="LiveInstall" arch="ppc64le"> <type image="iso" publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" - primary="true" flags="dmsquash" mediacheck="true" + primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true" firmware="ofw" kernelcmdline="quiet rhgb" > <bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/> |