diff --git a/README.md b/README.md index 7e70282..1461e9b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ # Grub2 File Manager - CONTINUED ![image](https://github.com/TCFFan123/g2fm-continued/assets/107446530/c6d4f361-5f80-4e15-8241-7c76afa5b95c) +**A grub2-based file manager that can boot about anything** + Star if you like it! **NEW!** diff --git a/boot/grubfm/osdetect.sh b/boot/grubfm/osdetect.sh index 7d67ccc..a803b5f 100644 --- a/boot/grubfm/osdetect.sh +++ b/boot/grubfm/osdetect.sh @@ -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}; @@ -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 }