summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-08-11 11:28:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:24 +0100
commit0cf790a0fe4df83fb6018b9ce52aad71f45c1c06 (patch)
treeae4f759090e75a362e1410de275a8c5116b00562 /documentation/dev-manual
parent350197e46a4aa55d432dea0c5509681e6e5a4c0a (diff)
downloadpoky-0cf790a0fe4df83fb6018b9ce52aad71f45c1c06.tar.gz
dev-manual: fix grammar in post-install script explanations
(From yocto-docs rev: bc0fa4d432c3a9aeccc5758c7ca793cae4f4852b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 88d826f33a..7c81e5fe56 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -7737,9 +7737,9 @@ It is very important that you make sure all post-Installation
7737(``pkg_postinst``) scripts for packages that are installed into the 7737(``pkg_postinst``) scripts for packages that are installed into the
7738image can be run at the time when the root filesystem is created during 7738image can be run at the time when the root filesystem is created during
7739the build on the host system. These scripts cannot attempt to run during 7739the build on the host system. These scripts cannot attempt to run during
7740first-boot on the target device. With the "read-only-rootfs" feature 7740the first boot on the target device. With the "read-only-rootfs" feature
7741enabled, the build system checks during root filesystem creation to make 7741enabled, the build system makes sure that all post-installation scripts
7742sure all post-installation scripts succeed. If any of these scripts 7742succeed at file system creation time. If any of these scripts
7743still need to be run after the root filesystem is created, the build 7743still need to be run after the root filesystem is created, the build
7744immediately fails. These build-time checks ensure that the build fails 7744immediately fails. These build-time checks ensure that the build fails
7745rather than the target device fails later during its initial boot 7745rather than the target device fails later during its initial boot