summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-10 21:47:07 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commit4ce28144c5ec6222d69cafab94a67b5de9721dd8 (patch)
tree78d89c4d40c5a5486da3d260a4dc42146837003f /documentation
parent1568e8a1f6e97de8a6fee13ed53f99e4b3fcbeb8 (diff)
downloadpoky-4ce28144c5ec6222d69cafab94a67b5de9721dd8.tar.gz
ref-manual: add serial-autologin-root to IMAGE_FEATURES documentation
New IMAGE_FEATURES item in 4.1. (From yocto-docs rev: 0fdd9079743a4a4205afcaaaa783af855ce5f21f) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/features.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index ea4d257f2b..a5b01e8df7 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -337,6 +337,12 @@ Here are the image features available for all images:
337 writeable for the first boot; this feature does not do anything to 337 writeable for the first boot; this feature does not do anything to
338 ensure that - it just disables the check for post-install scripts.) 338 ensure that - it just disables the check for post-install scripts.)
339 339
340- *serial-autologin-root:* when specified in conjunction with
341 ``empty-root-password`` will automatically login as root on the
342 serial console. This of course opens up a security hole if the
343 serial console is potentially accessible to an attacker, so use
344 with caution.
345
340- *splash:* Enables showing a splash screen during boot. By default, 346- *splash:* Enables showing a splash screen during boot. By default,
341 this screen is provided by ``psplash``, which does allow 347 this screen is provided by ``psplash``, which does allow
342 customization. If you prefer to use an alternative splash screen 348 customization. If you prefer to use an alternative splash screen