diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 5e814c1b..dd5f8620 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -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