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
|
@ -48,7 +48,7 @@ def init(args: PmbArgs):
|
|||
|
||||
# Mount folders from host system
|
||||
for folder in pmb.config.flash_mount_bind:
|
||||
pmb.helpers.mount.bind(args, folder, Chroot.native() / folder)
|
||||
pmb.helpers.mount.bind(folder, Chroot.native() / folder)
|
||||
|
||||
# Mount device chroot inside native chroot (required for kernel/ramdisk)
|
||||
mount_device_rootfs(args, Chroot(ChrootType.ROOTFS, args.device))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue