Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-11 20:44:05 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-11 20:44:05 +0000
commit72f9c07e439eb2dac0bfc385db4b465fb9c44b7a (patch)
treeca1bb07625e53665143578e58a1445bc4fe4d432
parenta9099cbb466ef3db0e44779b0f9108674632e4c4 (diff)
Forgot to enable systemd-networkd service.
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 95b5d173..6c8f59c8 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -51,6 +51,7 @@ def perform_installation(device, boot_partition, language, mirrors):
if archinstall.storage['_guided']['network']:
installation.configure_nic(**archinstall.storage['_guided']['network'])
+ installation.enable_service('systemd-networkd')
if archinstall.storage['_guided']['packages'] and archinstall.storage['_guided']['packages'][0] != '':
installation.add_additional_packages(archinstall.storage['_guided']['packages'])