pmbootstrap-meow/pmb/flasher
Eisenbahnfan a84b3eb4d2
Fix pmbootstrap install --android-recovery-zip (MR 2527)
pmbootstrap install --android-recovery-zip always failed with:
ERROR: The recovery zip has not been generated yet, please run
'pmbootstrap install' with the '--android-recovery-zip' parameter first!

I debugged it with a simple print statement of the full path and saw
a repetition of the first part of the path. I discovered that the
mountpoint is "/mnt/" + chroot, so adding chroot again leads to a
repetition of the first part of the path and to a non-existent location.

Closes: issue 2441
2025-01-15 23:20:19 +01:00
..
__init__.py pmb.flasher: Remove use of args (MR 2441) 2024-10-22 15:12:40 +02:00
frontend.py Fix pmbootstrap install --android-recovery-zip (MR 2527) 2025-01-15 23:20:19 +01:00
init.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
run.py pmb: Reformat with Ruff 0.9 (MR 2525) 2025-01-15 22:35:02 +01:00
variables.py pmb: Reformat with Ruff 0.9 (MR 2525) 2025-01-15 22:35:02 +01:00