1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 11:36:13 +02:00

Fix missing newline and broken append in config files

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-07-20 20:48:58 +02:00
parent 360a9538c5
commit 2ded2649a8
5 changed files with 5 additions and 5 deletions

View file

@ -2,4 +2,4 @@ GETTY_TTY="ttyS0"
HWCLOCK="yes"
DHCP_PORTS=""
SERVICES=""
MODULES=""
MODULES=""

View file

@ -1,2 +1,2 @@
# Rename ALIX board interfaces to port0...port2
eth*,00:0d:b9:*,port
eth*,00:0d:b9:*,port

View file

@ -1,2 +1,2 @@
# Rename Raspberry Pi ethernet interfaces to port<X>
eth*,b8:27:eb:*,port
eth*,b8:27:eb:*,port

View file

@ -1 +1 @@
SERVICES+="unbound dnsmasq"
SERVICES="$SERVICES unbound dnsmasq"

View file

@ -7,4 +7,4 @@ option classless_static_routes
option interface_mtu
require dhcp_server_identifier
slaac private
nohook resolv.conf
nohook resolv.conf