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:
Mark Hargreaves 2021-07-01 18:32:13 +03:00 committed by Oliver Smith
parent 47539f1bef
commit ff0942b12d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 23 additions and 1 deletions

View file

@ -456,6 +456,8 @@ def arguments_kconfig(subparser):
help="check options needed for containers too")
check.add_argument("--zram", action="store_true", help="check"
" options needed for zram support too")
check.add_argument("--netboot", action="store_true", help="check"
" options needed for netboooting too")
add_kernel_arg(check)
# "pmbootstrap kconfig edit"