From: Ulrich Dangel Date: Fri, 9 Dec 2011 16:30:47 +0000 (+0100) Subject: Fix typo (1200 instead of 1280) in grub.cfg X-Git-Tag: v0.17.0~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=0178232bff5eec669ef10ceac8a5a85ce1fe1bee Fix typo (1200 instead of 1280) in grub.cfg --- diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index 039ee6d..4b24d05 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -4,7 +4,7 @@ set timeout=20 if loadfont /boot/grub/ascii.pf2 ; then insmod png - set gfxmode=1920x1280,1920x1080,1440x900,1024x768,auto + set gfxmode=1920x1200,1920x1080,1440x900,1024x768,auto insmod gfxterm insmod vbe terminal_output gfxterm