Do not enable unused systemd-networkd on Fedora image

This commit is contained in:
fnux 2019-12-16 14:51:14 +01:00
parent 3a39c5206e
commit 65f5bfb996
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ run_root dnf -y install e2fsprogs
# Initalize base services.
run_root systemd-machine-id-setup
run_root systemctl enable systemd-networkd.service
run_root ln -sf /usr/share/zoneinfo/UTC /etc/localtime
run_root systemctl enable systemd-timesyncd.service