diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 23:34:57 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 23:34:57 +0200 |
commit | 61bd042c67cfd1ebe98a3ff6b7e6a6ce93dffd24 (patch) | |
tree | 0b14dfe541c05eead0625fd2567af5716c57858d | |
parent | db17977b2f37b3359540ef9c0f3ffbe9861f97b7 (diff) | |
download | arch-boxes32-61bd042c67cfd1ebe98a3ff6b7e6a6ce93dffd24.tar.xz |
fixed bug for network
-rw-r--r-- | http/install-chroot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 <<EOF > /etc/systemd/networkd/eth0.network +# setup network +cat <<EOF > /etc/systemd/network/eth0.network [Match] Name=eth0 |