Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 committed Jul 9, 2024
2 parents c130a0f + c08d1b2 commit 159b0bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand Down
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 159b0bb

Please sign in to comment.