Skip to content

Commit

Permalink
grub.config: updated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Aug 15, 2022
1 parent 2439ad0 commit cd7964f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/grub.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
# Load modules
insmod fat
insmod ntfs
insmod regexp
insmod all_video
insmod font
insmod png
insmod udf
insmod part_msdos
insmod part_gpt
insmod regexp
insmod font

if [ "${grub_platform}" == "efi" ]; then
# Unload modules
Expand Down Expand Up @@ -37,8 +36,10 @@ if loadfont (*,gpt2)/grub*/fonts/unicode.pf2 ; then
set gfxmode="1280x800;1280x720;1024x768;auto"
set gfxpayload="3200x1800;2560x1440;2160x1440;1920x1080;1600x1200;1600x1050;1600x900;1440x900;1366x768;1280x1024;1280x800;1280x720;1024x768;auto"
fi
insmod all_video
insmod gfxterm
insmod gfxmenu
insmod png
export gfxmode gfxpayload
terminal_output gfxterm
fi
Expand Down

0 comments on commit cd7964f

Please sign in to comment.