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:
Luigi Toscano 2014-03-25 14:24:43 +01:00
parent ee18fe41da
commit be3efed80b

View File

@ -53,7 +53,7 @@ DEFAULT linux
LABEL linux
KERNEL $kernel
APPEND ro root=LABEL=cloudimg-rootfs
APPEND ro root=LABEL=cloudimg-rootfs console=tty0 console=ttyS0,115200
INITRD $initrd
_EOF_
}