index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | http/install-chroot.sh | 3 |
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 |