Skip to content

Commit 94e4afa

Browse files
fhunlethmobileoverlord
authored andcommitted
Format/comment rootfs_overlay config
This section of the template would change on a `mix format`. This fixes that issue and points people to the docs now.
1 parent 35d8d01 commit 94e4afa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

templates/new/config/config.exs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
# is restricted to this project.
66
use Mix.Config
77

8-
# Customize the firmware. Uncomment all or parts of the following
9-
# to add files to the root filesystem or modify the firmware
10-
# archive.
11-
12-
config :nerves, :firmware,
13-
rootfs_overlay: "rootfs_overlay"
14-
# fwup_conf: "config/fwup.conf"
8+
# Customize non-Elixir parts of the firmware. See
9+
# https://hexdocs.pm/nerves/advanced-configuration.html for details.
10+
config :nerves, :firmware, rootfs_overlay: "rootfs_overlay"
1511

1612
# Use shoehorn to start the main application. See the shoehorn
1713
# docs for separating out critical OTP applications such as those

0 commit comments

Comments
 (0)