mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
Makefile: clh: Use virtiofs kernel
use virtiofs kernel to allow boot kata. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
01713d59cb
commit
784066a49d
2
Makefile
2
Makefile
@ -282,7 +282,7 @@ ifneq (,$(CLHCMD))
|
|||||||
DEFENABLEHUGEPAGES_CLH := true
|
DEFENABLEHUGEPAGES_CLH := true
|
||||||
DEFNETWORKMODEL_CLH := tcfilter
|
DEFNETWORKMODEL_CLH := tcfilter
|
||||||
KERNELTYPE_CLH = uncompressed
|
KERNELTYPE_CLH = uncompressed
|
||||||
KERNEL_NAME_CLH = $(call MAKE_KERNEL_NAME,$(KERNELTYPE_CLH))
|
KERNEL_NAME_CLH = $(call MAKE_KERNEL_VIRTIOFS_NAME,$(KERNELTYPE_CLH))
|
||||||
KERNELPATH_CLH = $(KERNELDIR)/$(KERNEL_NAME_CLH)
|
KERNELPATH_CLH = $(KERNELDIR)/$(KERNEL_NAME_CLH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user