mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
350197e46a
commit
0cf790a0fe
@@ -7737,9 +7737,9 @@ It is very important that you make sure all post-Installation
|
||||
(``pkg_postinst``) scripts for packages that are installed into the
|
||||
image can be run at the time when the root filesystem is created during
|
||||
the build on the host system. These scripts cannot attempt to run during
|
||||
first-boot on the target device. With the "read-only-rootfs" feature
|
||||
enabled, the build system checks during root filesystem creation to make
|
||||
sure all post-installation scripts succeed. If any of these scripts
|
||||
the first boot on the target device. With the "read-only-rootfs" feature
|
||||
enabled, the build system makes sure that all post-installation scripts
|
||||
succeed at file system creation time. If any of these scripts
|
||||
still need to be run after the root filesystem is created, the build
|
||||
immediately fails. These build-time checks ensure that the build fails
|
||||
rather than the target device fails later during its initial boot
|
||||
|
||||
Reference in New Issue
Block a user