pmbootstrap flasher: use boot.img file with fastboot

This commit is contained in:
Oliver Smith 2017-07-04 22:47:03 +02:00
parent d96c6951b7
commit 615880e161
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 42 additions and 29 deletions

View file

@ -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"]):