Skip to content

Commit dc41c7d

Browse files
EvilOlafigorpecovnik
authored andcommitted
Add _out of date_ notice to example config
1 parent 7622970 commit dc41c7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/templates/config-example.conf.template

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# ./compile.sh example
66
# and will output a ready to run image as described below
77

8+
# ATTENTION: This file may get out of date since updating the build framework
9+
# ("git pull" to say) does not automatically update this file.
10+
# To regenerate an up-to-date sample config simply delete this file.
11+
812

913
BOARD=rock-5b # Build something for the Radxa ROCK 5B as further specified below
1014
BRANCH=current # Use _current_ branch which equals to latest available Linux LTS kernel
@@ -18,4 +22,4 @@ BUILD_MINIMAL=no # Install common CLI utils
1822
# advanced
1923

2024
# Use build host DNS server inside chroot instead of default 1.0.0.1
21-
NAMESERVER=$(grep nameserver /etc/resolv.conf|awk '{ print $2 }'| head -n 1)
25+
NAMESERVER=$(grep nameserver /etc/resolv.conf|awk '{ print $2 }'| head -n 1)

0 commit comments

Comments
 (0)