mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
dev-manual: remove postinst false statement
This outdated section contradicts the real behavior expressed in the next paragraph (From yocto-docs rev: 77e8a9e03b3bb6e6b6b2adf7796740fb362f189b) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c31ddaba1f
commit
a44b8d2856
|
@ -3284,8 +3284,6 @@
|
||||||
The script defined in the post-installation function is
|
The script defined in the post-installation function is
|
||||||
called when the root filesystem is created.
|
called when the root filesystem is created.
|
||||||
If the script succeeds, the package is marked as installed.
|
If the script succeeds, the package is marked as installed.
|
||||||
If the script fails, the package is marked as unpacked and
|
|
||||||
the script is executed when the image boots again.
|
|
||||||
<note>
|
<note>
|
||||||
Any RPM post-installation script that runs on the target
|
Any RPM post-installation script that runs on the target
|
||||||
should return a 0 exit code.
|
should return a 0 exit code.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user