mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 11:29:46 +03:00
frontend: deprecate --install-blockdev with the chroot command (MR 2252)
This was used for testing the on device installer, but doesn't seem to be super useful anymore. Let's deprecate it and remove it at some point. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
2e68f40dd4
commit
22f805a325
1 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,10 @@ def chroot(args: PmbArgs):
|
|||
|
||||
# Install blockdevice
|
||||
if args.install_blockdev:
|
||||
logging.warning("--install-blockdev is deprecated for the chroot command"
|
||||
" and will be removed in a future release. If you need this"
|
||||
" for some reason, please open an issue on"
|
||||
" https://gitlab.com/postmarketOS/pmbootstrap.git")
|
||||
size_boot = 128 # 128 MiB
|
||||
size_root = 4096 # 4 GiB
|
||||
size_reserve = 2048 # 2 GiB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue