forked from Mirror/pmbootstrap
pmbootstrap kconfig check: add netboot check (MR 2064)
Allow checking for the necessary kernel option for netboot. Co-authored-by: Luca Weiss <luca@z3ntu.xyz>
This commit is contained in:
parent
47539f1bef
commit
ff0942b12d
5 changed files with 23 additions and 1 deletions
|
@ -379,6 +379,7 @@ def kconfig(args):
|
|||
nftables=args.nftables,
|
||||
containers=args.containers,
|
||||
zram=args.zram,
|
||||
netboot=args.netboot,
|
||||
details=True):
|
||||
logging.info("kconfig check succeeded!")
|
||||
return
|
||||
|
@ -414,6 +415,7 @@ def kconfig(args):
|
|||
force_nftables_check=args.nftables,
|
||||
force_containers_check=args.containers,
|
||||
force_zram_check=args.zram,
|
||||
force_netboot_check=args.netboot,
|
||||
details=True):
|
||||
error = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue