components/liveinstall: Set a default application ID
This way we do not get an incomprehensible value here.
This commit is contained in:
parent
a0134369eb
commit
11a037fb0f
@ -6,7 +6,8 @@
|
||||
</profiles>
|
||||
<preferences profiles="LiveInstall" arch="x86_64">
|
||||
<type image="iso"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="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"/>
|
||||
@ -14,7 +15,8 @@
|
||||
</preferences>
|
||||
<preferences profiles="LiveInstall" arch="aarch64">
|
||||
<type image="iso"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="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"/>
|
||||
@ -22,7 +24,8 @@
|
||||
</preferences>
|
||||
<preferences profiles="LiveInstall" arch="ppc64le">
|
||||
<type image="iso"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" primary="true" flags="dmsquash" mediacheck="false"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user