mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-19 18:45:09 +03:00
remove ondev support
The on-device installer has been unsupported for a while, start removing it from pmbootstrap to simplify the partitioning code, for example we no longer need to support having some "reserved" space in the rootfs. This follows various discussions which essentially indicated that future on device installation methods will take a different approach which will not require bespoke partitioning. Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
parent
08148a6e5d
commit
13f4c415d2
6 changed files with 31 additions and 319 deletions
|
@ -191,9 +191,6 @@ class PmbArgs(Namespace):
|
|||
non_existing: str
|
||||
odin_flashable_tar: bool
|
||||
offline: bool
|
||||
on_device_installer: bool
|
||||
ondev_cp: list[tuple[str, str]]
|
||||
ondev_no_rootfs: bool
|
||||
output: RunOutputType
|
||||
overview: bool
|
||||
# FIXME (#2324): figure out the args.package vs args.packages situation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue