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:
parent
d8886b086a
commit
9a6e32fb6d
7 changed files with 26 additions and 64 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue