Try without flags
This commit is contained in:
parent
641a576e24
commit
68d73d5057
|
@ -241,7 +241,6 @@ iface eth0 inet static
|
|||
|
||||
# configure DNS
|
||||
resolvconf=$rootdir/var/run/NetworkManager/resolv.conf
|
||||
chattr -i $resolvconf
|
||||
echo 'domain localdomain' > $resolvconf
|
||||
echo 'search localdomain' >> $resolvconf
|
||||
echo "nameserver $NAMESERVER1" >> $resolvconf
|
||||
|
@ -250,7 +249,6 @@ iface eth0 inet static
|
|||
echo "nameserver $NAMESERVER4" >> $resolvconf
|
||||
echo "nameserver $NAMESERVER5" >> $resolvconf
|
||||
echo "nameserver $NAMESERVER6" >> $resolvconf
|
||||
chattr +i $resolvconf
|
||||
|
||||
if [[ $VARIANT != "meshclient" && $VARIANT != "meshusb" ]]; then
|
||||
# change the motd to show further install instructions
|
||||
|
|
Loading…
Reference in New Issue