aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-11-22 18:11:22 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-11-22 18:11:22 -0500
commit244874c5e350cda783ed6235ad405ed697a16b2a (patch)
treed3e18da143ebf4b104aa4cbb13c78fe5771dbb5b
parenta634dbdc8042d67ea6df29d0935fd5611d8d286c (diff)
downloadkiwi-descriptions-244874c5e350cda783ed6235ad405ed697a16b2a.tar.gz
kiwi-descriptions-244874c5e350cda783ed6235ad405ed697a16b2a.zip
Revert "components/liveinstall: Switch to EROFS for live media"
As it currently stands, this doubles the size of the live ISOs, which is completely unacceptable. We will need to make the switch eventually, but we need to figure out how to compress better first. This reverts commit 1457e97008f15064dcc30aaca9977ffa1ec66572.
-rw-r--r--components/liveinstall.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml
index 6a60c4d..c870f87 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" filesystem="erofs" erofscompression="zstd,level=12" mediacheck="true"
+ primary="true" flags="dmsquash" 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" filesystem="erofs" erofscompression="zstd,level=12" mediacheck="true"
+ primary="true" flags="dmsquash" 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" filesystem="erofs" erofscompression="zstd,level=12" mediacheck="true"
+ primary="true" flags="dmsquash" mediacheck="true"
firmware="ofw" kernelcmdline="quiet rhgb"
>
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>