~postmarketos/pmbootstrap

755b1b2353220eda5632574671cc3415ee5e478e — Oliver Smith 1 year, 7 months ago 179268c ondev2
install: update comments refering to ondev2
1 files changed, 4 insertions(+), 1 deletions(-)

M pmb/install/partition.py
M pmb/install/partition.py => pmb/install/partition.py +4 -1
@@ 88,7 88,7 @@ def partition_regular(args, layout, size_boot, size_reserve):
    * /dev/installp3: (root, if reserved space > 0)

    When adjusting this function, make sure to also adjust
    ondev-prepare-internal-storage.sh in postmarketos-ondev.git!
    od2_install_step_create_partition_table_regular in ondev2.git!

    :param layout: partition layout from get_partition_layout()
    :param size_boot: size of the boot partition in MiB


@@ 144,6 144,9 @@ def partition_cgpt(args, layout, size_boot, size_reserve):
    This function does similar functionality to partition(), but this
    one is for ChromeOS devices which use special GPT.

    When adjusting this function, make sure to also adjust
    od2_install_step_create_partition_table_cgpt in ondev2.git!

    :param layout: partition layout from get_partition_layout()
    :param size_boot: size of the boot partition in MiB
    :param size_reserve: empty partition between root and boot in MiB (pma#463)