summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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