From: Vladimir Serbinenko Date: Mon, 18 Nov 2013 15:32:22 +0000 (+0100) Subject: * tests/util/grub-shell.in: Increase console size to 1024x1024. X-Git-Tag: grub-2.02-beta1~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb8de492ad278630d98082907a4bff1ded7cc95;p=thirdparty%2Fgrub.git * tests/util/grub-shell.in: Increase console size to 1024x1024. --- diff --git a/ChangeLog b/ChangeLog index e1a7d8f0b..2303e5fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-18 Vladimir Serbinenko + + * tests/util/grub-shell.in: Increase console size to 1024x1024. + 2013-11-18 Vladimir Serbinenko * Makefile.am (default_payload.elf): Add pata to loaded modules. diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index b3632a883..5f20b64e0 100644 --- a/tests/util/grub-shell.in +++ b/tests/util/grub-shell.in @@ -307,7 +307,7 @@ else fi cat <>${cfgfile} -terminfo -g 255x255 ${term} dumb +terminfo -g 1024x1024 ${term} dumb terminal_input ${term} terminal_output ${term} EOF