Create an empty /etc/resolv.conf to shut up nscd

This commit is contained in:
Eelco Dolstra 2013-04-03 13:27:22 +02:00
parent fef5a18587
commit ee29054da1

View file

@ -98,6 +98,7 @@ mkdir -m 0700 -p /var/log/journal
# Miscellaneous boot time cleanup.
rm -rf /var/run /var/lock
rm -f /etc/resolv.conf
touch /etc/resolv.conf
rm -f /etc/{group,passwd,shadow}.lock
if test -n "@cleanTmpDir@"; then