Merge "Add console kernel parameters to extlinux configuration"

This commit is contained in:
Jenkins 2014-03-26 09:47:40 +00:00 committed by Gerrit Code Review
commit a78e33f617

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