Skip to content

Commit

Permalink
Fedora: minor formatting improvements
Browse files Browse the repository at this point in the history
Latest Fedora versions fail to boot due to bug in Fedora
  • Loading branch information
Mexit committed Oct 1, 2023
1 parent 5a6a589 commit 9479e07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/fedora/Fedora-dvd-netinst.cfg
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion config/fedora/Fedora-live.cfg
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions config/fedora/Fedora.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 9479e07

Please sign in to comment.