Skip to content
Snippets Groups Projects
Commit 06685ef0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Merge pull request #682 from kb-light/docs

docs: fix typo in upgrade.rst
parents 4c9a0a14 4511da0a
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ Best practices ...@@ -23,7 +23,7 @@ Best practices
This allows using the same code to create the initial configuration and upgrade configurations on upgrades. This allows using the same code to create the initial configuration and upgrade configurations on upgrades.
* If it is unavoidable to run different code during the initial installation, the ``sysconfig.gluon_version`` variable * If it is unavoidable to run different code during the initial installation, the ``sysconfig.gluon_version`` variable
can be checked. This variable in ``nil`` during the initial installation and contains the previously install Gluon can be checked. This variable is ``nil`` during the initial installation and contains the previously install Gluon
version otherwise. The package ``gluon-legacy`` (which is responsible for upgrades from the old firmwares of version otherwise. The package ``gluon-legacy`` (which is responsible for upgrades from the old firmwares of
Hamburg/Kiel/Lübeck) uses the special value ``legacy``; other packages should handle this value just as any other Hamburg/Kiel/Lübeck) uses the special value ``legacy``; other packages should handle this value just as any other
string. string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment