* tests/util/grub-shell.in: Increase console size to 1024x1024.
This commit is contained in:
parent
421db3da06
commit
efb8de492a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue