fixup: add create '/run/systemd/resolve'

Debian have a symbolic link '/etc/resolv.conf' to
'/run/system/resolve/resolv.conf', but directory is not exist.
This commit is contained in:
Dongjin Kim
2020-12-18 12:39:27 +09:00
parent b28f8c0ea1
commit 54791b2e78

View File

@@ -1,5 +1,7 @@
#!/bin/sh
mkdir -p /run/systemd/resolve
cat>/etc/resolv.conf<<__EOF
nameserver 127.0.0.53
__EOF