From f9fbfc24e0bca31452f96e138fb163a623328c5d Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 27 Aug 2024 15:53:33 -0400 Subject: components/liveinstall: Enable mediacheck for live ISOs This brings us to full parity with official Fedora ISOs produced by Lorax. --- grub-ppc.cfg.iso-template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'grub-ppc.cfg.iso-template') diff --git a/grub-ppc.cfg.iso-template b/grub-ppc.cfg.iso-template index 3ed12bb..26cd610 100644 --- a/grub-ppc.cfg.iso-template +++ b/grub-ppc.cfg.iso-template @@ -1,6 +1,6 @@ # Inspired by the config used for lorax-built live media -set default=${default_boot} +set default="1" insmod gzio insmod part_gpt @@ -18,6 +18,10 @@ menuentry "Start ${title}" --class fedora --class gnu-linux --class gnu --class linux ($$root)${bootpath}/${kernel_file} ${boot_options} initrd ($$root)${bootpath}/${initrd_file} } +menuentry "Test this media & start ${title}" --class fedora --class gnu-linux --class gnu --class os { + linux ($$root)${bootpath}/${kernel_file} ${boot_options} rd.live.check + initrd ($$root)${bootpath}/${initrd_file} +} submenu "Troubleshooting -->" { menuentry "Start ${title} in basic graphics mode" --class fedora --class gnu-linux --class gnu --class os { linux ($$root)${bootpath}/${kernel_file} ${boot_options} $${basicgfx} -- cgit v1.3.1+13