This commit is contained in:
Igor Pecovnik 2018-09-10 14:29:39 +02:00
parent 428c72a6f1
commit b554f3d003

View file

@ -259,7 +259,7 @@ install_common()
fi fi
# nsswitch settings for sane DNS behavior: remove resolve, assure libnss-myhostname support # nsswitch settings for sane DNS behavior: remove resolve, assure libnss-myhostname support
sed "s/hosts:/c\hosts: files mymachines dns myhostname" -i $SDCARD/etc/nsswitch.conf sed "s/hosts\:.*/hosts: files mymachines dns myhostname/g" -i $SDCARD/etc/nsswitch.conf
} }
install_distribution_specific() install_distribution_specific()