diff --git a/emhttp/languages/en_US/helptext.txt b/emhttp/languages/en_US/helptext.txt index 8bbe6599c..e0267fa77 100644 --- a/emhttp/languages/en_US/helptext.txt +++ b/emhttp/languages/en_US/helptext.txt @@ -2440,3 +2440,23 @@ Any 3rd party driver installed by a plugin will have a support symbol next to it Click the edit button to add/modify/delete any modprobe.d config file in the config/modprobe.d directory on the flash drive. :end + +:console_keyboard_help: +Select your default keymap for the local console (not the web Terminal). +:end + +:console_screen_help: +**Default:** 'Default' will set the blank timeout to 15 minutes and powersave to 60 minutes. + +**Disabled:** 'Disabled' will disable the blank and powersave timeout. + +**All other values:** Will set the blank timout to the selected value and disable the powersave timeout. +:end + +:console_bash_help: +If set to 'Yes' the bash history will persist reboots, set to 'No' to disable. + +**ATTENTION:** The bash history will be written to the USB Boot device so this will introduce higher wear and tear! + +**Note:** Disabling and Enabling will remove the entire bash history. +:end diff --git a/emhttp/plugins/dynamix/Console.page b/emhttp/plugins/dynamix/Console.page index 94469de13..5b4fa497f 100644 --- a/emhttp/plugins/dynamix/Console.page +++ b/emhttp/plugins/dynamix/Console.page @@ -76,9 +76,7 @@ _(Local keyboard layout)_: $text) echo mk_option($console['keyboard_layout'], $keymap, $text, (!isset($console['keyboard_layout']) && $keymap == 'us' ? 'selected' : ''))?> -
-+:console_keyboard_help: _(Local screen blank time)_: : _(minutes)_ -Select your default keymap for the local console (not the web Terminal).
-
-+:console_screen_help: _(Persistent Bash History)_: : -Default: 'Default' will set the blank timeout to 15 minutes and powersave to 60 minutes.
-
-Disabled: 'Disabled' will disable the blank and powersave timeout.
-All other values: Will set the blank timout to the selected value and disable the powersave timeout.
-+:console_bash_help: :If set to 'Yes' the bash history will persist reboots, set to 'No' to disable.
-
ATTENTION: The bash history will be written to the USB Boot device so this will introduce higher wear and tear!
Note: Disabling and Enabling will remove the entire bash history.