summaryrefslogtreecommitdiff
path: root/docs/configuration/system
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/system')
-rw-r--r--docs/configuration/system/login.rst7
-rw-r--r--docs/configuration/system/option.rst15
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/login.rst
index 3a7481eb..1c4e041d 100644
--- a/docs/configuration/system/login.rst
+++ b/docs/configuration/system/login.rst
@@ -34,6 +34,13 @@ Local
Setup encrypted password for given username. This is useful for
transferring a hashed password from system to system.
+.. cfgcmd:: set system login user <name> authentication principal <principal>
+
+ When using SSH certificate based authentication, define which principals are
+ alled to use this account.
+
+ If unset, the principal will be set to the login name of the user bz default.
+
.. cfgcmd:: set system login user <name> disable
Disable (lock) account. User will not be able to log in.
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst
index b5ebaaee..a13e38a8 100644
--- a/docs/configuration/system/option.rst
+++ b/docs/configuration/system/option.rst
@@ -18,6 +18,16 @@ General
Automatically reboot system on kernel panic after 60 seconds.
+.. cfgcmd:: set system option reboot-on-upgrade-failure <timeout>
+
+ Automatically reboot after `timeout` minutes into the previous running
+ image, that was used to perform the image upgrade.
+
+ Reboot `timeout` is configurable in minutes. This gives the user the change
+ to log into the system and perform some analysis before automatic rebooting.
+
+ Automatic reboot can be cancelled after login using: :opcmd:`reboot cancel`
+
.. cfgcmd:: set system option startup-beep
Play an audible beep to the system speaker when system is ready.
@@ -72,6 +82,11 @@ Kernel
.. seealso:: https://docs.kernel.org/admin-guide/pm/amd-pstate.html
+.. cfgcmd:: set system option kernel quiet
+
+ Suppress most kernel messages during boot. This is useful for systems with
+ embedded serial console interfaces to speed up the boot process.
+
***********
HTTP client
***********