Merge "Add console kernel parameters to extlinux configuration"
This commit is contained in:
commit
a78e33f617
1 changed files with 1 additions and 1 deletions
|
@ -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_
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue