summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/ref-manual/migration.xml4
2 files changed, 3 insertions, 3 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
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