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:
Kostiantyn Kalynovskyi 2020-04-10 12:15:08 -05:00
parent 250e01b208
commit ebefeeadef
1 changed files with 1 additions and 1 deletions

View File

@ -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
}