Skip to content

Commit

Permalink
Update osdetect.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 authored Jul 5, 2024
1 parent d3bba33 commit c08d1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/grubfm/osdetect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ do
fi;
if [ -f "(${device})/boot/grub/grub.cfg" ];
then
menuentry $"Load grub.cfg on (${device}) ${info}" "${device}" --class cfg {
menuentry $"Load grub.cfg on ${device} ${info} ${device}" --class cfg {
if [ -f "${theme_std}" ];
then
export theme=${theme_std};
Expand All @@ -102,7 +102,7 @@ if [ -f "(${device})/boot/grub/grub.cfg" ];
}
fi;
# not tested, but it should work under EFI. Legacy BIOS will fail to load this though
menuentry "Boot Ventoy on (${device}) ${info}" "${device}" {
menuentry "Boot Ventoy on ${device} ${info} ${device}" {
terminal_output console
chainloader (${root})/EFI/BOOT/ventoyx64.efi
}
Expand Down

0 comments on commit c08d1b2

Please sign in to comment.