From d3bba33bb6cc63a8c6cc6e66e7b32505b1342539 Mon Sep 17 00:00:00 2001 From: TCFFan123 Date: Thu, 27 Jun 2024 21:15:55 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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!** From c08d1b24fcb1377039d7acca6d4fc6cc0a6bee21 Mon Sep 17 00:00:00 2001 From: TCFFan123 Date: Fri, 5 Jul 2024 15:16:15 -0400 Subject: [PATCH 2/2] Update osdetect.sh --- boot/grubfm/osdetect.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }