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
|
@ -853,7 +853,7 @@ def install_system_image(args: PmbArgs, size_reserve, chroot: Chroot, step, step
|
|||
pmb.chroot.root(args, ["mkinitfs"], chroot)
|
||||
|
||||
# Clean up after running mkinitfs in chroot
|
||||
pmb.helpers.mount.umount_all(args, chroot.path)
|
||||
pmb.helpers.mount.umount_all(chroot.path)
|
||||
pmb.helpers.run.root(["rm", chroot / "in-pmbootstrap"])
|
||||
pmb.chroot.remove_mnt_pmbootstrap(args, chroot)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue