mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-15 04:15:13 +03:00
9 lines
400 B
Python
9 lines
400 B
Python
# Copyright 2023 Oliver Smith
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
from pmb.install._install import install
|
|
from pmb.install._install import get_kernel_package
|
|
from pmb.install.partition import partition
|
|
from pmb.install.partition import partition_cgpt
|
|
from pmb.install.format import format
|
|
from pmb.install.format import get_root_filesystem
|
|
from pmb.install.partition import partitions_mount
|