Try without flags

This commit is contained in:
Bob Mottram 2017-06-14 11:16:33 +01:00
parent 641a576e24
commit 68d73d5057
1 changed files with 0 additions and 2 deletions

View File

@ -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