mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-08 01:34:56 +00:00
Simpler to have an image that takes the kernel and initrd as input, rather than building them into the image. The rest need converting. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
6 lines
128 B
INI
6 lines
128 B
INI
DEFAULT linux
|
|
LABEL linux
|
|
KERNEL /vmlinuz64
|
|
INITRD /initrd.img
|
|
APPEND earlyprintk=serial console=ttyS0 console=tty1
|