mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-30 13:05:22 +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:
2
Makefile
2
Makefile
@@ -282,7 +282,7 @@ ifneq (,$(CLHCMD))
|
||||
DEFENABLEHUGEPAGES_CLH := true
|
||||
DEFNETWORKMODEL_CLH := tcfilter
|
||||
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)
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user