docs: skipping of setup mode

This PR documents functionality added by
https://github.com/freifunk-gluon/packages/pull/95
This commit is contained in:
Nils Schneider 2015-01-24 10:18:30 +01:00
parent be19251c42
commit 9807d2da7a
2 changed files with 14 additions and 0 deletions

View File

@ -146,6 +146,11 @@
}, },
}, },
-- Skip setup mode (config mode) on first boot
-- setup_mode = {
-- skip = true,
-- },
-- These strings are shown in config mode. Some HTML is permissible. -- These strings are shown in config mode. Some HTML is permissible.
-- --
-- msg_welcome: shown at startup -- msg_welcome: shown at startup

View File

@ -150,6 +150,15 @@ simple_tc : package
}, },
}, },
setup_mode : package
Allows skipping setup mode (config mode) at first boot when attribute
``skip`` is set to ``true``. This is optional and may be left out.
::
setup_mode {
skip = true,
},
config_mode : package config_mode : package
Configuration Mode text blocks Configuration Mode text blocks