mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
Fix pmbootstrap install --android-recovery-zip (MR 2368)
Tweaked-By: Oliver Smith <ollieparanoid@postmarketos.org>
This commit is contained in:
parent
d8e174b04c
commit
2b577a8694
3 changed files with 6 additions and 5 deletions
|
@ -1040,7 +1040,7 @@ def print_flash_info(device: str, deviceinfo: Deviceinfo, split: bool, have_disk
|
|||
def install_recovery_zip(args: PmbArgs, device: str, arch: Arch, steps):
|
||||
logging.info(f"*** ({steps}/{steps}) CREATING RECOVERY-FLASHABLE ZIP ***")
|
||||
chroot = Chroot(ChrootType.BUILDROOT, arch)
|
||||
mount_device_rootfs(Chroot.rootfs(device))
|
||||
mount_device_rootfs(Chroot.rootfs(device), chroot)
|
||||
pmb.install.recovery.create_zip(args, chroot, device)
|
||||
|
||||
# Flash information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue