forked from Mirror/pmbootstrap
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
|
@ -21,7 +21,7 @@ def init(args: PmbArgs):
|
|||
for loopdevice in Path("/dev/").glob("loop*"):
|
||||
if loopdevice.is_dir():
|
||||
continue
|
||||
pmb.helpers.mount.bind_file(args, loopdevice, Chroot.native() / loopdevice)
|
||||
pmb.helpers.mount.bind_file(loopdevice, Chroot.native() / loopdevice)
|
||||
|
||||
|
||||
def mount(args: PmbArgs, img_path: Path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue