aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/liveinstall.xml25
1 files changed, 22 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml
index ca7106d..065cbba 100644
--- a/components/liveinstall.xml
+++ b/components/liveinstall.xml
@@ -4,9 +4,28 @@
<requires profile="BootCore"/>
</profile>
</profiles>
- <preferences profiles="LiveInstall">
- <type image="iso" publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" firmware="uefi" kernelcmdline="quiet rhgb" mediacheck="false">
- <bootloader name="grub2" grub_template="grub.cfg.iso-template" console="console" timeout="10"/>
+ <preferences profiles="LiveInstall" arch="x86_64">
+ <type image="iso"
+ publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false"
+ firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
+ >
+ <bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
+ </type>
+ </preferences>
+ <preferences profiles="LiveInstall" arch="aarch64">
+ <type image="iso"
+ publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false"
+ firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
+ >
+ <bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
+ </type>
+ </preferences>
+ <preferences profiles="LiveInstall" arch="ppc64le">
+ <type image="iso"
+ publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false"
+ firmware="ofw" kernelcmdline="quiet rhgb"
+ >
+ <bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
</type>
</preferences>
<packages type="iso" patternType="plusRecommended" profiles="LiveInstall">