1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-19 10:35:08 +03:00

Revert "chroot: allow mounting the device rootfs (MR 2252)"

This reverts commit f331b95824.
This commit is contained in:
Casey Connolly 2025-05-10 16:08:34 +02:00
parent d8886b086a
commit 9a6e32fb6d
No known key found for this signature in database
GPG key ID: 0583312B195F64B6
7 changed files with 26 additions and 64 deletions

View file

@ -1050,11 +1050,6 @@ def get_parser() -> argparse.ArgumentParser:
" 'background'. Details: pmb/helpers/run_core.py",
default="tui",
)
chroot.add_argument(
"--image",
help="Mount the rootfs image and treat it like a normal chroot.",
action="store_true",
)
chroot.add_argument(
"--usb",
help="Make USB devices accessible inside the chroot.",