mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-12-02 15:08:42 +00:00
Makefile: fix an typo in runtime-rs makefile
There is a typo in runtime-rs makefile. _dragonball should be _DB fixes: #5452 Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
This commit is contained in:
@@ -177,7 +177,7 @@ ifneq (,$(DBCMD))
|
|||||||
SYSCONFIG_DB = $(abspath $(SYSCONFDIR)/$(CONFIG_FILE_DB))
|
SYSCONFIG_DB = $(abspath $(SYSCONFDIR)/$(CONFIG_FILE_DB))
|
||||||
SYSCONFIG_PATHS += $(SYSCONFIG_DB)
|
SYSCONFIG_PATHS += $(SYSCONFIG_DB)
|
||||||
CONFIGS += $(CONFIG_DB)
|
CONFIGS += $(CONFIG_DB)
|
||||||
# dragonball-specific options (all should be suffixed by "_dragonball")
|
# dragonball-specific options (all should be suffixed by "_DB")
|
||||||
DEFMAXVCPUS_DB := 1
|
DEFMAXVCPUS_DB := 1
|
||||||
DEFBLOCKSTORAGEDRIVER_DB := virtio-blk
|
DEFBLOCKSTORAGEDRIVER_DB := virtio-blk
|
||||||
DEFNETWORKMODEL_DB := tcfilter
|
DEFNETWORKMODEL_DB := tcfilter
|
||||||
|
|||||||
Reference in New Issue
Block a user