From 0a692880647d57a976410ec34f6cae785db404e6 Mon Sep 17 00:00:00 2001 From: abkro Date: Thu, 1 Jul 2021 21:55:16 +0200 Subject: [PATCH] Improve language --- porting/finalize/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/porting/finalize/index.rst b/porting/finalize/index.rst index 5863bbe5..d637cb6b 100644 --- a/porting/finalize/index.rst +++ b/porting/finalize/index.rst @@ -5,9 +5,9 @@ Finalizing the port Once most frequently used features are working on your port you can start thinking about finalizing it, i.e. building recovery and preparing the installer so that other people may start installing and testing it. This can give valuable feedback that will potentially help you to find and diagnose remaining issues faster than you could have done on your own. -In order to build UBports recovery so that the port to be offered through the installer some modifications to the code are required. Previously, your port has been based on a rootfs and system image living on the userdata partition. These need to be moved to the system partitino in order to ensure a maximum of available space for user data. This is done by modifying the code, building recovery.img and subsequently rebuilding the boot image. +Previously, your port has had the rootfs and system image coexisting on the userdata partition. These need to be moved to the system partition in order to ensure a maximum of available space for user data. This is done by modifying the code, building ``recovery.img`` and subsequently rebuilding the boot image. -With the necessary components prepared, these should first be installed in their correct places manually for testing purposes. Once it has been confirmed that the port works as it should, the final step is to prepare and test and installer config file that will permit the automation of the whole process. +With the necessary components prepared, these should first be installed in their correct places manually for testing purposes. Once it has been confirmed that the port boots and works as it should, the final step is to prepare and test an installer config file that will permit the automation of the whole process. .. toctree:: :maxdepth: 1