mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-29 21:45:34 +00:00
hoist kernel cmdline into moby.yaml
Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
@@ -7,8 +7,7 @@ PREFIX="moby"
|
||||
|
||||
KERNEL="$PREFIX-bzImage"
|
||||
INITRD="$PREFIX-initrd.img"
|
||||
|
||||
CMDLINE="earlyprintk=serial console=ttyS0"
|
||||
CMDLINE="$2"
|
||||
|
||||
SLIRP_SOCK="$HOME/Library/Containers/com.docker.docker/Data/s50"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user