pmbootstrap/pmb
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
..
aportgen args.logfd: remove (MR 2114) 2021-10-10 16:59:17 +02:00
build kconfig migrate: new option to migrate kernel configs (MR 2111) 2021-10-10 15:38:45 +02:00
chroot pmb.chroot.initfs: adapt to new mkinitfs (MR 2112) 2021-10-10 16:09:29 +02:00
config pmb/config: fixup zram check options (MR 2126) 2021-10-15 21:48:18 +03:00
data pmb/data/keys/pmos-5a03a13a.rsa.pub: remove (!1835) 2019-11-21 23:52:25 +01:00
export pmb/export/symlinks: add support for a single 'flavor' (MR 2093) 2021-09-02 18:18:13 -07:00
flasher pmb/config/flashers: add support for single kernel 'flavor' (MR 2093) 2021-09-02 18:18:13 -07:00
helpers args.logfd: remove (MR 2114) 2021-10-10 16:59:17 +02:00
install pmb.install.partition: fix mb_reserved calculation (MR 2123) 2021-10-17 14:27:44 +02:00
parse kconfig migrate: new option to migrate kernel configs (MR 2111) 2021-10-10 15:38:45 +02:00
qemu pmb.qemu.run.which_qemu: remove args argument (MR 2114) 2021-10-10 16:59:21 +02:00
sideload pmb.sideload: support non-standard SSH port (!2046) 2021-04-25 21:04:49 +03:00
__init__.py pmbootstrap: make use of consistent casing (MR 2090) 2021-08-12 17:06:11 +02:00