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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue