forked from Mirror/pmbootstrap
pmbootstrap flasher: use boot.img file with fastboot
This commit is contained in:
parent
d96c6951b7
commit
615880e161
4 changed files with 42 additions and 29 deletions
|
@ -129,7 +129,12 @@ def install(args, show_flash_msg=True):
|
|||
" target device:")
|
||||
logging.info("* pmbootstrap flasher flash_kernel")
|
||||
logging.info(" Flashes the kernel + initramfs to your device:")
|
||||
logging.info(" " + args.work + "/chroot_rootfs_" + args.device + "/boot")
|
||||
logging.info(
|
||||
" " +
|
||||
args.work +
|
||||
"/chroot_rootfs_" +
|
||||
args.device +
|
||||
"/boot")
|
||||
method = args.deviceinfo["flash_methods"]
|
||||
if (method in pmb.config.flashers and "boot" in
|
||||
pmb.config.flashers[method]["actions"]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue