
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
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
search --set=root --file /DEBIAN_CUSTOM
|
|
|
|
insmod all_video
|
|
|
|
set default="0"
|
|
set timeout=1
|
|
|
|
menuentry "Debian Live" {
|
|
linux /vmlinuz boot=live nomodeset ip=frommedia gfxpayload=text overlay-size=70% cpu_init_udelay=10000 console=ttyS0,115200 verbose
|
|
initrd /initrd
|
|
}
|