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:
Caleb Connolly 2024-05-24 03:50:56 +02:00 committed by Oliver Smith
parent 2e68f40dd4
commit 22f805a325
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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