From 36d200ab0adbf76d6d8197551b3304afcf069716 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 16 Dec 2021 08:22:42 +0100 Subject: 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 Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-2.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/migration-guides/migration-2.6.rst') 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 You must explicitly mark post installs to defer to the target. If you want to explicitly defer a postinstall to first boot on the target -rather than at rootfs creation time, use ``pkg_postinst_ontarget()`` or +rather than at root filesystem creation time, use ``pkg_postinst_ontarget()`` or call ``postinst_intercept delay_to_first_boot`` from ``pkg_postinst()``. Any failure of a ``pkg_postinst()`` script (including exit 1) triggers an error during the :ref:`ref-tasks-rootfs` task. -- cgit v1.2.3-54-g00ecf