Skip to content

Commit

Permalink
icon refresh + slight os detection change
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 committed Jun 23, 2024
1 parent 255cdcb commit 7b81ceb
Show file tree
Hide file tree
Showing 6 changed files 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 @@ -90,7 +90,7 @@ do
configfile (${root})/boot/grub/external_menu.cfg;
}
fi;
if [ -f "(${device})/boot/grub/grub.cfg" ];
if [ -f "(${device})/boot/grub/grub.cfg" ];
then
menuentry $"Load grub.cfg on (${device}) ${info}" "${device}" --class cfg {
if [ -f "${theme_std}" ];
Expand All @@ -104,7 +104,7 @@ do
# not tested, but it should work under EFI. Legacy BIOS will fail to load this though
menuentry "Boot Ventoy on (${device}) ${info}" "${device}" {
terminal_output console
chainloader /EFI/BOOT/ventoyx64.efi
chainloader (${root})/EFI/BOOT/ventoyx64.efi
}
fi;
fi;
Expand Down
Binary file modified boot/grubfm/themes/slack/icons/debian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boot/grubfm/themes/slack/icons/gnu-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boot/grubfm/themes/slack/icons/iso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boot/grubfm/themes/slack/icons/nt5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boot/grubfm/themes/slack/icons/ventoy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b81ceb

Please sign in to comment.