diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-11-05 17:13:53 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:15:33 +0000 |
| commit | f4c37762b9df1bccccdbccc3d72e79d83e67e47a (patch) | |
| tree | 415326bbb72fa44a3bec1e1218a328c5a64bf38e | |
| parent | eda804324396dde121f931f6f77ee4a571dd1faa (diff) | |
| download | poky-f4c37762b9df1bccccdbccc3d72e79d83e67e47a.tar.gz | |
ref-manual/fragments.rst: document core/yocto/root-login-with-empty-password fragment
Added by commit e135458415de ("fragments: add a
'root-login-with-empty-password' fragment") in OE-Core.
(From yocto-docs rev: 072ac843992189f836f72f4be8d873cc8657a918)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/fragments.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst index 520cf783ad..42fba41e91 100644 --- a/documentation/ref-manual/fragments.rst +++ b/documentation/ref-manual/fragments.rst | |||
| @@ -193,6 +193,15 @@ then speed up the builds by not having to build things if they are present in | |||
| 193 | the cache. It assumes you can download something faster than you can build it | 193 | the cache. It assumes you can download something faster than you can build it |
| 194 | which will depend on your network configuration. | 194 | which will depend on your network configuration. |
| 195 | 195 | ||
| 196 | .. _ref-fragments-root-login-with-empty-password: | ||
| 197 | |||
| 198 | ``core/yocto/root-login-with-empty-password`` | ||
| 199 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| 200 | |||
| 201 | The ``core/yocto/root-login-with-empty-password`` :term:`configuration fragment` | ||
| 202 | can be used to allow to login as the ``root`` user to login without a password | ||
| 203 | on the serial console and over SSH. | ||
| 204 | |||
| 196 | Yocto Project Autobuilder Fragments | 205 | Yocto Project Autobuilder Fragments |
| 197 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 206 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 198 | 207 | ||
