diff options
author | rpjday@crashcourse.ca <rpjday@crashcourse.ca> | 2020-02-24 17:04:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:40:24 +0100 |
commit | 0096b10efe2dbe69a8b76e382ffdf64f9dff0653 (patch) | |
tree | 971279bf29bbab8c73017ac9a98a8a82eab56116 /documentation/ref-manual | |
parent | 4f58e37e1786f57fd292a823d1371610b8e486e3 (diff) | |
download | poky-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/ref-manual')
-rw-r--r-- | documentation/ref-manual/migration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 2052188b6b..80a6acc951 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -5601,7 +5601,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
5601 | creation time, use | 5601 | creation time, use |
5602 | <filename>pkg_postinst_ontarget()</filename> | 5602 | <filename>pkg_postinst_ontarget()</filename> |
5603 | or call | 5603 | or call |
5604 | <filename>postinst-intercepts defer_to_first_boot</filename> | 5604 | <filename>postinst_intercept delay_to_first_boot</filename> |
5605 | from <filename>pkg_postinst()</filename>. | 5605 | from <filename>pkg_postinst()</filename>. |
5606 | Any failure of a <filename>pkg_postinst()</filename> | 5606 | Any failure of a <filename>pkg_postinst()</filename> |
5607 | script (including <filename>exit 1</filename>) | 5607 | script (including <filename>exit 1</filename>) |
@@ -6192,7 +6192,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>. | |||
6192 | If you want to explicitly defer a postinstall to first boot on | 6192 | If you want to explicitly defer a postinstall to first boot on |
6193 | the target rather than at rootfs creation time, use | 6193 | the target rather than at rootfs creation time, use |
6194 | <filename>pkg_postinst_ontarget()</filename> or call | 6194 | <filename>pkg_postinst_ontarget()</filename> or call |
6195 | <filename>postinst-intercepts defer_to_first_boot</filename> from | 6195 | <filename>postinst_intercept delay_to_first_boot</filename> from |
6196 | <filename>pkg_postinst()</filename>. | 6196 | <filename>pkg_postinst()</filename>. |
6197 | Any failure of a <filename>pkg_postinst()</filename> script | 6197 | Any failure of a <filename>pkg_postinst()</filename> script |
6198 | (including exit 1) triggers an error during the | 6198 | (including exit 1) triggers an error during the |