index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-01-21 19:11:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 19:11:04 +0100 |
commit | d54e281249ee53201e84f030d479ed27885e32e6 (patch) | |
tree | 5c17c59ed3db37876dc216c6d46b4e037f1a07d4 | |
parent | 63f04d3110b03706610ed4515507b64fa054847e (diff) | |
parent | 07ca7f421db34a51abd3ea48725d0a8659028edf (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index 4bc65349..7726d5b9 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -52,6 +52,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') + installation.enable_service('systemd-resolved') if archinstall.storage['_guided']['packages'] and archinstall.storage['_guided']['packages'][0] != '': installation.add_additional_packages(archinstall.storage['_guided']['packages']) |