mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4f58e37e17
commit
0096b10efe
@@ -3303,7 +3303,7 @@
|
||||
mark post installs to defer to the target.
|
||||
You can use <filename>pkg_postinst_ontarget()</filename> or
|
||||
call
|
||||
<filename>postinst-intercepts defer_to_first_boot</filename>
|
||||
<filename>postinst_intercept delay_to_first_boot</filename>
|
||||
from <filename>pkg_postinst()</filename>.
|
||||
Any failure of a <filename>pkg_postinst()</filename> script
|
||||
(including exit 1) triggers an error during the
|
||||
|
||||
@@ -5601,7 +5601,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
|
||||
creation time, use
|
||||
<filename>pkg_postinst_ontarget()</filename>
|
||||
or call
|
||||
<filename>postinst-intercepts defer_to_first_boot</filename>
|
||||
<filename>postinst_intercept delay_to_first_boot</filename>
|
||||
from <filename>pkg_postinst()</filename>.
|
||||
Any failure of a <filename>pkg_postinst()</filename>
|
||||
script (including <filename>exit 1</filename>)
|
||||
@@ -6192,7 +6192,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
|
||||
If you want to explicitly defer a postinstall to first boot on
|
||||
the target rather than at rootfs creation time, use
|
||||
<filename>pkg_postinst_ontarget()</filename> or call
|
||||
<filename>postinst-intercepts defer_to_first_boot</filename> from
|
||||
<filename>postinst_intercept delay_to_first_boot</filename> from
|
||||
<filename>pkg_postinst()</filename>.
|
||||
Any failure of a <filename>pkg_postinst()</filename> script
|
||||
(including exit 1) triggers an error during the
|
||||
|
||||
Reference in New Issue
Block a user