[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.json #41

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update grub-template.conf
fix patch & add uefi support
  • Loading branch information
slte authored Oct 2, 2021
commit 1f6b6d2dec70c8dc10b079b0c5507bed56486fc4
12 changes: 12 additions & 0 deletions config/_common/grub-template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,17 @@ insmod gzio
set gfxmode=auto
insmod vbe
insmod vga
# UEFI
insmod efi_gop
insmod efi_uga

insmod font
if loadfont ${prefix}/unicode.pf2
then
insmod gfxterm
set gfxmode=auto
set gfxpayload=keep
terminal_output gfxterm
fi

@@@MENU_ENTRIES@@@