mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 21:24:36 +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:
parent
c97b7b18e7
commit
f74e328fff
@ -177,7 +177,7 @@ ifneq (,$(DBCMD))
|
||||
SYSCONFIG_DB = $(abspath $(SYSCONFDIR)/$(CONFIG_FILE_DB))
|
||||
SYSCONFIG_PATHS += $(SYSCONFIG_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
|
||||
DEFBLOCKSTORAGEDRIVER_DB := virtio-blk
|
||||
DEFNETWORKMODEL_DB := tcfilter
|
||||
|
Loading…
Reference in New Issue
Block a user