Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
[docs] Updated "Overlay Configuration" #45
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 13, 2017
1 parent 8d6ae13 commit f65d13a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ Stable version features:
* 3G support
* interface failover script

Overlay Configuration File
--------------------------
Overlay Configuration
---------------------

The overlay configuration file is a *tar.gz* file that is extracted inside the
The overlay configuration file is a directory that OpenWRT extracts inside the
target rootfs and can potentially overwrite any other config file or add new files
inside filesytem.
in the filesytem of the resulting firmware images.

Here I will provide a structural example of the overlay configuration file that
Here's an example of the overlay configuration directory structure that
should be provided to be fully compliant with OWM and OWF v1.x::

etc
Expand Down Expand Up @@ -117,7 +117,7 @@ content for password "*pass*"::
network:*:0:0:99999:7:::
nobody:*:0:0:99999:7:::

The overlay configuration layer **MUST** be provided in the ``files/`` directory.
The overlay configuration **MUST** be provided in a directory named ``files/`` in the OpenWRT/LEDE source.

For an example of directory structure see `tests/dummy_config
<https://github.com/openwisp/OpenWISP-Firmware/tree/master/tests/dummy_config>`_
Expand Down

0 comments on commit f65d13a

Please sign in to comment.