forked from Mirror/pmbootstrap
These are small related utility functions, combine them together. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
7 lines
347 B
Python
7 lines
347 B
Python
# Copyright 2023 Oliver Smith
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from pmb.chroot.init import init, init_keys, UsrMerge
|
|
from pmb.chroot.mount import mount, mount_native_into_foreign, remove_mnt_pmbootstrap
|
|
from pmb.chroot.run import root, user, exists as user_exists
|
|
from pmb.chroot.shutdown import shutdown
|
|
from pmb.chroot.zap import zap
|