diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-01-05 08:34:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:39:09 +0000 |
commit | 8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch) | |
tree | e1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/dev-manual/securing-images.rst | |
parent | ae280972ffba62d7ed839b692957f61b0955cbca (diff) | |
download | poky-8b1909aa6f7a51a878dc3d4a9223403ad3e164a9.tar.gz |
manuals: simplify references to classes
Now that .bbclass is removed from class section titles.
We can now have, for example, :ref:`ref-classes-insane`
instead of :ref:`insane <ref-classes-insane>`.
Then, when necessary, rework paragraphs so that they
have lines of even length, not exceeding 80 characters.
(From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Suggested-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/securing-images.rst')
-rw-r--r-- | documentation/dev-manual/securing-images.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/dev-manual/securing-images.rst b/documentation/dev-manual/securing-images.rst index f8dd572104..6a9223c19c 100644 --- a/documentation/dev-manual/securing-images.rst +++ b/documentation/dev-manual/securing-images.rst | |||
@@ -128,11 +128,9 @@ system to make your images more secure: | |||
128 | service type users). When you set up passwords for multiple images or | 128 | service type users). When you set up passwords for multiple images or |
129 | users, you should not duplicate passwords. | 129 | users, you should not duplicate passwords. |
130 | 130 | ||
131 | To set up passwords, use the | 131 | To set up passwords, use the :ref:`ref-classes-extrausers` class, which |
132 | :ref:`extrausers <ref-classes-extrausers>` | 132 | is the preferred method. For an example on how to set up both root and |
133 | class, which is the preferred method. For an example on how to set up | 133 | user passwords, see the ":ref:`ref-classes-extrausers`" section. |
134 | both root and user passwords, see the | ||
135 | ":ref:`ref-classes-extrausers`" section. | ||
136 | 134 | ||
137 | .. note:: | 135 | .. note:: |
138 | 136 | ||