diff options
author | Eduard Tolosa <edu4rdshl@protonmail.com> | 2022-05-26 22:53:24 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-05-26 23:48:18 +0200 |
commit | 815068d3a3bab32df94dff2cfe8e84d0ab973ceb (patch) | |
tree | a24e8eb4c7e8f8d95df31d5fb3a22ea0e8d99ff5 /man/loader.conf.xml | |
parent | Merge pull request #23523 from evverx/oss-fuzz-links (diff) | |
download | systemd-815068d3a3bab32df94dff2cfe8e84d0ab973ceb.tar.xz systemd-815068d3a3bab32df94dff2cfe8e84d0ab973ceb.zip |
loader.conf: Clarify the default value of timeout.
Diffstat (limited to 'man/loader.conf.xml')
-rw-r--r-- | man/loader.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/loader.conf.xml b/man/loader.conf.xml index acd748ad28..509412ec9d 100644 --- a/man/loader.conf.xml +++ b/man/loader.conf.xml @@ -121,7 +121,7 @@ will be stored as an EFI variable in that case, overriding this option. </para> - <para>If set to <literal>menu-hidden</literal> or <literal>0</literal> no menu + <para>If set to <literal>menu-hidden</literal> or <literal>0</literal> (the default) no menu is shown and the default entry will be booted immediately. The menu can be shown by pressing and holding a key before systemd-boot is launched. Setting this to <literal>menu-force</literal> disables the timeout while always showing the menu.</para> |