diff options
| author | 2024-12-16 06:03:28 -0500 | |
|---|---|---|
| committer | 2024-12-16 06:03:28 -0500 | |
| commit | a10cb63d957190aed41074f1e303a50c6ddef2ee (patch) | |
| tree | 2f219f12bbe3a9f091e8b3a39c52c19e59f0ee07 /components/liveinstall.xml | |
| parent | f8b3926a8222249eaa682b410171ef71ddda406d (diff) | |
| download | kiwi-descriptions-a10cb63d957190aed41074f1e303a50c6ddef2ee.tar.gz kiwi-descriptions-a10cb63d957190aed41074f1e303a50c6ddef2ee.zip | |
components/liveinstall: Use GPT for UEFI-enabled ISO images
This mimics the previous state with Lorax-based images.
Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index a53b36b..814dd76 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -9,7 +9,7 @@ <type image="iso" publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true" - firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" + firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb" > <bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/> </type> @@ -18,7 +18,7 @@ <type image="iso" publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true" - firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb" + firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb" > <bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/> </type> |