forked from Mirror/pmbootstrap
pmb.parse.kconfig: implement UEFI kconfig check (MR 2169)
This commit is contained in:
parent
8c429f74ca
commit
1eef7fbdeb
8 changed files with 152 additions and 2 deletions
|
@ -384,6 +384,7 @@ def kconfig(args):
|
|||
containers=args.containers,
|
||||
zram=args.zram,
|
||||
netboot=args.netboot,
|
||||
uefi=args.uefi,
|
||||
details=True):
|
||||
logging.info("kconfig check succeeded!")
|
||||
return
|
||||
|
@ -420,6 +421,7 @@ def kconfig(args):
|
|||
force_containers_check=args.containers,
|
||||
force_zram_check=args.zram,
|
||||
force_netboot_check=args.netboot,
|
||||
force_uefi_check=args.uefi,
|
||||
details=True):
|
||||
error = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue