From 9479e07a4b562ee2cd88f7c03ecff79303bb4152 Mon Sep 17 00:00:00 2001 From: Mexit <25229673+Mexit@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:21:24 +0200 Subject: [PATCH] Fedora: minor formatting improvements Latest Fedora versions fail to boot due to bug in Fedora --- config/fedora/Fedora-dvd-netinst.cfg | 4 ++-- config/fedora/Fedora-live.cfg | 2 +- config/fedora/Fedora.txt | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/fedora/Fedora-dvd-netinst.cfg b/config/fedora/Fedora-dvd-netinst.cfg index 2646b61..80b5ce9 100644 --- a/config/fedora/Fedora-dvd-netinst.cfg +++ b/config/fedora/Fedora-dvd-netinst.cfg @@ -1,5 +1,5 @@ # Fedora Server (DVD and Netinstall), Fedora Everything (Netinstall) -# https://getfedora.org +# https://fedoraproject.org iso_subdir="Fedora" iso_pattern1="Fedora-Server-dvd-x86_64-*.iso" @@ -39,7 +39,7 @@ for isofile in $iso_dir/$iso_pattern1 $iso_dir/$iso_subdir/$iso_pattern1 $iso_di } menuentry "Rescue a Fedora system" { echo Loading kernel... - linux $linux_path $bootoptions $isocfg rescue + linux $linux_path $bootoptions $isocfg inst.rescue echo Loading initrd... initrd $initrd_path } diff --git a/config/fedora/Fedora-live.cfg b/config/fedora/Fedora-live.cfg index cac0d2c..e532e2f 100644 --- a/config/fedora/Fedora-live.cfg +++ b/config/fedora/Fedora-live.cfg @@ -1,5 +1,5 @@ # Fedora Live, Workstation, Fedora Spins (KDE, Xfce, ...) -# https://getfedora.org +# https://fedoraproject.org iso_subdir="Fedora" iso_pattern="Fedora-*-Live-x86_64-*.iso" diff --git a/config/fedora/Fedora.txt b/config/fedora/Fedora.txt index c579c1b..070deab 100644 --- a/config/fedora/Fedora.txt +++ b/config/fedora/Fedora.txt @@ -1,7 +1,7 @@ # Fedora -# https://getfedora.org +# https://fedoraproject.org -# Tested images: Boot from exFAT: Full loopback support: Secure boot support: -Fedora-Server-dvd-x86_64-34-1.2.iso yes no yes (Fedora) -Fedora-Workstation-Live-x86_64-34-1.2.iso yes no yes (Fedora) +# Tested images: Boot from exFAT: Full loopback support: Secure boot support: +Fedora-Server-dvd-x86_64-34-1.2.iso yes no yes (Fedora) +Fedora-Workstation-Live-x86_64-34-1.2.iso yes no yes (Fedora) \ No newline at end of file