From 61bd042c67cfd1ebe98a3ff6b7e6a6ce93dffd24 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sat, 6 May 2017 23:34:57 +0200 Subject: fixed bug for network --- http/install-chroot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/install-chroot.sh b/http/install-chroot.sh index 8b5bdec..e779158 100644 --- a/http/install-chroot.sh +++ b/http/install-chroot.sh @@ -28,7 +28,8 @@ chmod 0600 /home/vagrant/.ssh/authorized_keys # setup unpredictable kernel names ln -s /dev/null /etc/systemd/network/99-default.link -cat < /etc/systemd/networkd/eth0.network +# setup network +cat < /etc/systemd/network/eth0.network [Match] Name=eth0 -- cgit v1.2.3