diff options
| author | 2024-08-27 15:53:33 -0400 | |
|---|---|---|
| committer | 2024-08-27 15:53:33 -0400 | |
| commit | f9fbfc24e0bca31452f96e138fb163a623328c5d (patch) | |
| tree | b9d475be85134a73f6196db1e8b6fac175e79623 /components | |
| parent | 6c69287ea5178c79210613769b1b46f8429d9e1a (diff) | |
| download | kiwi-descriptions-f9fbfc24e0bca31452f96e138fb163a623328c5d.tar.gz kiwi-descriptions-f9fbfc24e0bca31452f96e138fb163a623328c5d.zip | |
components/liveinstall: Enable mediacheck for live ISOs
This brings us to full parity with official Fedora ISOs produced
by Lorax.
Diffstat (limited to 'components')
| -rw-r--r-- | components/liveinstall.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index b847eac..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" mediacheck="false" + 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" mediacheck="false" + 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" mediacheck="false" + 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"/> @@ -41,6 +41,7 @@ <package name="aajohan-comfortaa-fonts"/> <package name="dracut-live"/> <package name="glibc-all-langpacks"/> + <package name="isomd5sum"/> <package name="kernel"/> <package name="kernel-modules"/> <package name="kernel-modules-extra"/> |