15
This commit is contained in:
parent
03687573a6
commit
06f0946686
6
Makefile
6
Makefile
@ -26,5 +26,7 @@ remove-containerd:
|
||||
apt update
|
||||
apt purge -y containerd
|
||||
|
||||
install-resolvconf:
|
||||
bash install-resolvconf.sh
|
||||
use-non-stub-resolv:
|
||||
rm -vf /etc/resolv.conf
|
||||
ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
apt update
|
||||
apt install -y resolvconf
|
||||
rm -vf /etc/resolv.conf
|
||||
|
||||
ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf
|
||||
|
||||
systemctl disable --now systemd-resolved
|
Loading…
Reference in New Issue
Block a user