diff options
Diffstat (limited to 'components')
| -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 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"/> |