diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-16 08:22:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-07 11:12:06 +0000 |
commit | 36d200ab0adbf76d6d8197551b3304afcf069716 (patch) | |
tree | de9c18b1ea455ac2eeb4ea0a5716a9dfd5158b42 /documentation/migration-guides/migration-2.6.rst | |
parent | 620ba2535c0123958ec5cad56a667588cb8112f2 (diff) | |
download | poky-36d200ab0adbf76d6d8197551b3304afcf069716.tar.gz |
manuals: replace "rootfs" by "root filesystem"
Almost everyone understands "rootfs", but "root filesystem"
is real English.
(From yocto-docs rev: 3d610f15e5b6be3435e9e81e4498a676671e5b39)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-2.6.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst index a8c56ede72..c68414e1ca 100644 --- a/documentation/migration-guides/migration-2.6.rst +++ b/documentation/migration-guides/migration-2.6.rst | |||
@@ -363,7 +363,7 @@ Post Installation Changes | |||
363 | 363 | ||
364 | You must explicitly mark post installs to defer to the target. If you | 364 | You must explicitly mark post installs to defer to the target. If you |
365 | want to explicitly defer a postinstall to first boot on the target | 365 | want to explicitly defer a postinstall to first boot on the target |
366 | rather than at rootfs creation time, use ``pkg_postinst_ontarget()`` or | 366 | rather than at root filesystem creation time, use ``pkg_postinst_ontarget()`` or |
367 | call ``postinst_intercept delay_to_first_boot`` from ``pkg_postinst()``. | 367 | call ``postinst_intercept delay_to_first_boot`` from ``pkg_postinst()``. |
368 | Any failure of a ``pkg_postinst()`` script (including exit 1) triggers | 368 | Any failure of a ``pkg_postinst()`` script (including exit 1) triggers |
369 | an error during the :ref:`ref-tasks-rootfs` task. | 369 | an error during the :ref:`ref-tasks-rootfs` task. |