Add console kernel parameters to extlinux configuration
Those parameters allow to access the console for VMs using extlinux (CentOS 6 for example). They are already added to Fedora images. Change-Id: I035170bd101062e004fb3782b5f8e5a7944a4f03 Closes-Bug: 1296899
This commit is contained in:
parent
ee18fe41da
commit
be3efed80b
@ -53,7 +53,7 @@ DEFAULT linux
|
|||||||
|
|
||||||
LABEL linux
|
LABEL linux
|
||||||
KERNEL $kernel
|
KERNEL $kernel
|
||||||
APPEND ro root=LABEL=cloudimg-rootfs
|
APPEND ro root=LABEL=cloudimg-rootfs console=tty0 console=ttyS0,115200
|
||||||
INITRD $initrd
|
INITRD $initrd
|
||||||
_EOF_
|
_EOF_
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user