forked from Mirror/pmbootstrap
parent
b8ca63dc2d
commit
d8e174b04c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def frontend(args: PmbArgs):
|
||||||
return
|
return
|
||||||
|
|
||||||
if action in ["boot", "flash_kernel"]:
|
if action in ["boot", "flash_kernel"]:
|
||||||
kernel(deviceinfo, method)
|
kernel(deviceinfo, method, action == "boot", args.autoinstall)
|
||||||
elif action == "flash_rootfs":
|
elif action == "flash_rootfs":
|
||||||
rootfs(deviceinfo, method)
|
rootfs(deviceinfo, method)
|
||||||
elif action == "flash_vbmeta":
|
elif action == "flash_vbmeta":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue