On Mon, May 11, Olaf Hering wrote:

> Does that cmd actually work for you? With 'terminfo -g 200x50'
> grub_cmd_terminfo gets called with argc == 0.

I misunderstodd the cmd syntax, its like:

        if [ -n "${rows}" -a -n "${columns}" ];then
        terminfo -g ${rows}x${columns} console
        fi

Now it works if booted with domU.cfg like:
        kernel = "/path/to/grub.xen"
        extra = "rows=263 columns=64"

Olaf

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to