1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-13 11:29:46 +03:00
pmbootstrap/pmb/install/__init__.py

9 lines
517 B
Python

# Copyright 2023 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
from pmb.install._install import install as install
from pmb.install._install import get_kernel_package as get_kernel_package
from pmb.install.partition import partition as partition
from pmb.install.partition import partition_cgpt as partition_cgpt
from pmb.install.format import format as format
from pmb.install.format import get_root_filesystem as get_root_filesystem
from pmb.install.partition import partitions_mount as partitions_mount