pmbootstrap/pmb/install
Oliver Smith a676bdef0c
pmb.install.partition: fix mb_reserved calculation (MR 2123)
Calculate the end of the reserved space properly. Instead of:
	from size_boot to size_reserve
it is:
	from size_boot to (size_reserve + size_boot)

The reserved space is used by the on-device installer. Without this
patch, the reserved space could easily end up being too small, resulting
in no space left errors during the installation.
2021-10-17 14:27:44 +02:00
..
__init__.py install: verify pmaports branch supporting fs (MR 2011) 2021-04-11 20:10:28 +02:00
_install.py chroot/other/kernel_flavor_installed: support generic kernel name (MR 2093) 2021-09-02 18:18:13 -07:00
blockdevice.py Enforce E501: Limit the line length to 79 for files in pmb/install (MR 2031) 2021-03-30 14:51:53 +02:00
format.py install: verify pmaports branch supporting fs (MR 2011) 2021-04-11 20:10:28 +02:00
losetup.py pmb, test: remove redundant commas (MR 2115) 2021-09-26 17:58:40 +02:00
partition.py pmb.install.partition: fix mb_reserved calculation (MR 2123) 2021-10-17 14:27:44 +02:00
recovery.py pmb/install/recovery: add support for single kernel 'flavor' (MR 2093) 2021-09-02 18:18:13 -07:00
ui.py pmbootstrap install: support _pmb_groups (MR 2010) 2021-01-27 08:38:53 +03:00