diff --git a/pmb/flasher/frontend.py b/pmb/flasher/frontend.py index 595ea9f0..96684b0a 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -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":