mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 11:29:46 +03:00
helpers: mount: drop args (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
1371525c2b
commit
e547bb7f9c
13 changed files with 29 additions and 29 deletions
|
@ -95,7 +95,7 @@ def sideload(args: PmbArgs):
|
|||
# Mount the buildroot
|
||||
chroot = Chroot.buildroot(args.deviceinfo["arch"])
|
||||
mountpoint = "/mnt/" / chroot
|
||||
pmb.helpers.mount.bind(args, chroot.path,
|
||||
pmb.helpers.mount.bind(chroot.path,
|
||||
Chroot.native().path / mountpoint)
|
||||
|
||||
# Missing recovery zip error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue