Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
55578b83
Commit
55578b83
authored
10 years ago
by
NeoRaider
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/site-example/site.conf
+5
-0
5 additions, 0 deletions
docs/site-example/site.conf
docs/user/site.rst
+9
-0
9 additions, 0 deletions
docs/user/site.rst
with
14 additions
and
0 deletions
docs/site-example/site.conf
+
5
−
0
View file @
55578b83
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docs/user/site.rst
+
9
−
0
View file @
55578b83
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment