pmbootstrap/pmb/chroot/__init__.py

10 lines
402 B
Python
Raw Permalink Normal View History

2023-01-22 18:11:10 +00:00
# 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
2017-05-26 20:08:45 +00:00
from pmb.chroot.root import root
from pmb.chroot.user import user
from pmb.chroot.user import exists as user_exists
2017-05-26 20:08:45 +00:00
from pmb.chroot.shutdown import shutdown
from pmb.chroot.zap import zap