summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r--documentation/ref-manual/migration.xml4
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