Skip to content
Snippets Groups Projects
Commit 55578b83 authored by NeoRaider's avatar NeoRaider
Browse files

Merge pull request #283 from freifunk-gluon/setup-skip

docs: skipping of setup mode
parents be19251c 9807d2da
No related branches found
No related tags found
No related merge requests found
...@@ -146,6 +146,11 @@ ...@@ -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
......
...@@ -150,6 +150,15 @@ simple_tc : package ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment