chore(coreos-image-demo-k3s): move k3s kernel config file to the demo layer
This commit is contained in:
parent
965982dc7b
commit
33b5b7d65c
|
|
@ -4,3 +4,5 @@ require recipes-core/images/coreos-image-all-features.bb
|
|||
|
||||
IMAGE_INSTALL += "k3s-agent"
|
||||
|
||||
# To use this image, please add k3s to DISTRO_FEATURE inside your
|
||||
# local.conf config file.
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
Loading…
Reference in New Issue