]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* tests/util/grub-shell.in: Increase console size to 1024x1024.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 15:32:22 +0000 (16:32 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 15:32:22 +0000 (16:32 +0100)
ChangeLog
tests/util/grub-shell.in

index e1a7d8f0bada1a78c9db778a92fb3fd29c339dc3..2303e5fa027dd8fa65395e71942484c10e022ff4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-18  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * tests/util/grub-shell.in: Increase console size to 1024x1024.
+
 2013-11-18  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * Makefile.am (default_payload.elf): Add pata to loaded modules.
index b3632a8833a2f6bafd685cb054b58546c0641a46..5f20b64e05bd21a8285fd89e9871d0c3a40b4198 100644 (file)
@@ -307,7 +307,7 @@ else
 fi
 
 cat <<EOF >>${cfgfile}
-terminfo -g 255x255 ${term} dumb
+terminfo -g 1024x1024 ${term} dumb
 terminal_input ${term}
 terminal_output ${term}
 EOF