Skip to content

Commit

Permalink
Fix Fedora entry, but still doesn't work with Fedora 37 & 38 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
thias committed May 28, 2023
1 parent 9c99b11 commit bae3a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grub2/inc-fedora.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for isofile in $isopath/fedora/Fedora-*.iso; do
echo "Using ${isoname}..."
loop $isofile
probe --set isolabel --label (loop)
linux (loop)/isolinux/vmlinuz root=live:CDLABEL=${isolabel} rd.live.image iso-scan/filename=${isofile}
initrd (loop)/isolinux/initrd.img
linux (loop)/images/pxeboot/vmlinuz root=live:CDLABEL=${isolabel} rd.live.image iso-scan/filename=${isofile}
initrd (loop)/images/pxeboot/initrd.img
}
done

0 comments on commit bae3a27

Please sign in to comment.