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 1457e97008.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<preferences profiles="LiveInstall" arch="x86_64">
|
<preferences profiles="LiveInstall" arch="x86_64">
|
||||||
<type image="iso"
|
<type image="iso"
|
||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
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"
|
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<preferences profiles="LiveInstall" arch="aarch64">
|
<preferences profiles="LiveInstall" arch="aarch64">
|
||||||
<type image="iso"
|
<type image="iso"
|
||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
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"
|
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<preferences profiles="LiveInstall" arch="ppc64le">
|
<preferences profiles="LiveInstall" arch="ppc64le">
|
||||||
<type image="iso"
|
<type image="iso"
|
||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
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"
|
firmware="ofw" kernelcmdline="quiet rhgb"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user