forked from Mirror/pmbootstrap
aportgen: fix fork_alpine flag (MR 2252)
Broke during rework Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
34ee1cff69
commit
d8d55c3e52
5 changed files with 6 additions and 6 deletions
|
@ -137,7 +137,7 @@ def frontend(args: PmbArgs):
|
|||
action = args.action_flasher
|
||||
device = context.device
|
||||
deviceinfo = pmb.parse.deviceinfo()
|
||||
method = args.flash_method or deviceinfo.flash_method or "none"
|
||||
method = args.flash_method or deviceinfo.flash_method
|
||||
|
||||
if method == "none" and action in ["boot", "flash_kernel", "flash_rootfs",
|
||||
"flash_lk2nd"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue