forked from Mirror/pmbootstrap
kconfig check: add support for checking zram options (MR 2075)
Device kernels that enable zram support can use `pmb:kconfigcheck-zram` to protect against kconfig regressions that disable support for zram.
This commit is contained in:
parent
687807fa73
commit
6afd35eb11
7 changed files with 87 additions and 3 deletions
|
@ -377,6 +377,7 @@ def kconfig(args):
|
|||
anbox=args.anbox,
|
||||
nftables=args.nftables,
|
||||
containers=args.containers,
|
||||
zram=args.zram,
|
||||
details=True):
|
||||
logging.info("kconfig check succeeded!")
|
||||
return
|
||||
|
@ -409,6 +410,7 @@ def kconfig(args):
|
|||
force_anbox_check=args.anbox,
|
||||
force_nftables_check=args.nftables,
|
||||
force_containers_check=args.containers,
|
||||
force_zram_check=args.zram,
|
||||
details=True):
|
||||
error = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue