tests: force hvc0 console in minimal HVM test system
Regardless of kernel defauls, have kernel messages logged.
This commit is contained in:
parent
a4db742077
commit
b20ce473d2
@ -548,7 +548,7 @@ class SystemTestsMixin(object):
|
||||
"menuentry 'Default' {\n"
|
||||
" linux /vmlinuz root=/dev/xvda1 "
|
||||
"rd.driver.blacklist=bochs_drm "
|
||||
"rd.driver.blacklist=uhci_hcd\n"
|
||||
"rd.driver.blacklist=uhci_hcd console=hvc0\n"
|
||||
" initrd /initrd\n"
|
||||
"}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user