flasher boot: fix missing args (MR 2369)

Closes #2407
Closes #2408
This commit is contained in:
Anri Dellal 2024-07-15 11:36:11 +03:00 committed by Oliver Smith
parent b8ca63dc2d
commit d8e174b04c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -153,7 +153,7 @@ def frontend(args: PmbArgs):
return
if action in ["boot", "flash_kernel"]:
kernel(deviceinfo, method)
kernel(deviceinfo, method, action == "boot", args.autoinstall)
elif action == "flash_rootfs":
rootfs(deviceinfo, method)
elif action == "flash_vbmeta":