diff options
| author | 2024-08-22 17:36:49 -0400 | |
|---|---|---|
| committer | 2024-08-22 17:36:49 -0400 | |
| commit | 70edf9c30104a3dfb709fdefd7adf3285753a90b (patch) | |
| tree | ed09c773aec2c4284f50ad2e3fadf468e4944081 /components | |
| parent | 3368dece03a201e727b31fc40d90ce8f24a77db6 (diff) | |
| download | kiwi-descriptions-70edf9c30104a3dfb709fdefd7adf3285753a90b.tar.gz kiwi-descriptions-70edf9c30104a3dfb709fdefd7adf3285753a90b.zip | |
components/liveinstall: Set a default application ID
This way we do not get an incomprehensible value here.
Diffstat (limited to 'components')
| -rw-r--r-- | components/liveinstall.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 065cbba..53fdae1 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -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"/> |