summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorrpjday@crashcourse.ca <rpjday@crashcourse.ca>2020-02-24 17:04:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-06 14:40:24 +0100
commit0096b10efe2dbe69a8b76e382ffdf64f9dff0653 (patch)
tree971279bf29bbab8c73017ac9a98a8a82eab56116 /documentation/dev-manual/dev-manual-common-tasks.xml
parent4f58e37e1786f57fd292a823d1371610b8e486e3 (diff)
downloadpoky-0096b10efe2dbe69a8b76e382ffdf64f9dff0653.tar.gz
correct mention of "postinst_intercept delay_to_first_boot"
Migration to YP 2.5 contains incorrect description of routine for delaying to first boot. (From yocto-docs rev: 08f71ec137822c0c19b56956d7045dfb73a544d7) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index a2c5bb096c..aca750fd47 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3303,7 +3303,7 @@
3303 mark post installs to defer to the target. 3303 mark post installs to defer to the target.
3304 You can use <filename>pkg_postinst_ontarget()</filename> or 3304 You can use <filename>pkg_postinst_ontarget()</filename> or
3305 call 3305 call
3306 <filename>postinst-intercepts defer_to_first_boot</filename> 3306 <filename>postinst_intercept delay_to_first_boot</filename>
3307 from <filename>pkg_postinst()</filename>. 3307 from <filename>pkg_postinst()</filename>.
3308 Any failure of a <filename>pkg_postinst()</filename> script 3308 Any failure of a <filename>pkg_postinst()</filename> script
3309 (including exit 1) triggers an error during the 3309 (including exit 1) triggers an error during the