diff --git a/pmb/parse/bootimg.py b/pmb/parse/bootimg.py index f592702a..8f32c9ff 100644 --- a/pmb/parse/bootimg.py +++ b/pmb/parse/bootimg.py @@ -85,6 +85,7 @@ def bootimg(path: Path) -> Bootimg: " we can set up a chroot to extract and analyze your" " boot.img file" ) + pmb.chroot.init(Chroot.native()) pmb.chroot.apk.install(["file", "unpackbootimg"], Chroot.native()) temp_path = Path("/tmp/bootimg_parser")