Fix console logs for libvirt hosts
This commit adds parameters to start command line that would allow console logs to be written into files on host OS when running resulting images on top of libvirt. Change-Id: Icc83e45c27876a2a36729b92f69ccbd59dbf24e4 Relates-To: #167
This commit is contained in:
parent
250e01b208
commit
ebefeeadef
@ -6,6 +6,6 @@ set default="0"
|
||||
set timeout=1
|
||||
|
||||
menuentry "Debian Live" {
|
||||
linux /vmlinuz boot=live quiet nomodeset ip=frommedia overlay-size=70%
|
||||
linux /vmlinuz boot=live nomodeset ip=frommedia gfxpayload=text overlay-size=70% cpu_init_udelay=10000 console=ttyS0,115200 verbose
|
||||
initrd /initrd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user