forked from Mirror/pmbootstrap
Add kconfig check for containers (MR 2060)
Usage: pmbootstrap kconfig check --containers linux-postmarketos-qcom-msm8974
This commit is contained in:
parent
716336e30b
commit
687807fa73
5 changed files with 140 additions and 10 deletions
|
@ -152,4 +152,6 @@ def menuconfig(args, pkgname):
|
|||
|
||||
# Check config
|
||||
pmb.parse.kconfig.check(args, apkbuild["_flavor"], force_anbox_check=False,
|
||||
force_nftables_check=False, details=True)
|
||||
force_nftables_check=False,
|
||||
force_containers_check=False,
|
||||
details=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue