mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
kubernetes: cmdline drop page_poison and put console=ttyS0 last
Following the trend started in a5b9464a4e
.
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
4a27008397
commit
d208078aa0
@ -1,6 +1,6 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
||||
|
@ -1,6 +1,6 @@
|
||||
kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:059b2bb4b6efa5c58cf53fed4d0ea863521959fc
|
||||
- linuxkit/runc:4a35484aa6f90a1f06cdf1fb36f7056926a084b9
|
||||
|
Loading…
Reference in New Issue
Block a user