mirror of
https://github.com/pygos/build.git
synced 2024-11-22 19:19:46 +01:00
Fix missing newline and broken append in config files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
360a9538c5
commit
2ded2649a8
5 changed files with 5 additions and 5 deletions
|
@ -2,4 +2,4 @@ GETTY_TTY="ttyS0"
|
||||||
HWCLOCK="yes"
|
HWCLOCK="yes"
|
||||||
DHCP_PORTS=""
|
DHCP_PORTS=""
|
||||||
SERVICES=""
|
SERVICES=""
|
||||||
MODULES=""
|
MODULES=""
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Rename ALIX board interfaces to port0...port2
|
# Rename ALIX board interfaces to port0...port2
|
||||||
eth*,00:0d:b9:*,port
|
eth*,00:0d:b9:*,port
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Rename Raspberry Pi ethernet interfaces to port<X>
|
# Rename Raspberry Pi ethernet interfaces to port<X>
|
||||||
eth*,b8:27:eb:*,port
|
eth*,b8:27:eb:*,port
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
SERVICES+="unbound dnsmasq"
|
SERVICES="$SERVICES unbound dnsmasq"
|
||||||
|
|
|
@ -7,4 +7,4 @@ option classless_static_routes
|
||||||
option interface_mtu
|
option interface_mtu
|
||||||
require dhcp_server_identifier
|
require dhcp_server_identifier
|
||||||
slaac private
|
slaac private
|
||||||
nohook resolv.conf
|
nohook resolv.conf
|
||||||
|
|
Loading…
Reference in a new issue