mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
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:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p /run/systemd/resolve
|
||||
|
||||
cat>/etc/resolv.conf<<__EOF
|
||||
nameserver 127.0.0.53
|
||||
__EOF
|
||||
|
||||
Reference in New Issue
Block a user