Create an empty /etc/resolv.conf to shut up nscd
This commit is contained in:
parent
fef5a18587
commit
ee29054da1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue