Comment # 15 on bug 1135865 from
(In reply to Oliver Kurz from comment #14)
>              push @params, "vga=791";
> -            if (check_var("INSTALL_TO_OTHERS", 1) || !$args{pxe}) {
> +            if (check_var('QEMUVGA', 'cirrus')) {
>                  push @params, "video=1024x768-16";
>              } else {
>                  push @params, "xvideo=1024x768";
> ```

Is "xvideo" a typo, or a copy&paste error?


You are receiving this mail because: