Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-04 08:54:35 +0530
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-09 11:50:31 -0400
commit55622fd79d25fdef34d06e0c9d4d6444cece98ad (patch)
tree4aa798bc4d1cf55edfda3f53c2251ddc9d0285e9 /examples/guided.py
parente1e813fc5e0369387f8aae0ca279758fe9ab5c08 (diff)
install networkmanager, if required
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 93b0f85f..85213960 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -283,6 +283,7 @@ def perform_installation(device, boot_partition, language, mirrors):
if archinstall.arguments.get('nic', None) == 'Copy ISO network configuration to installation':
installation.copy_ISO_network_config(enable_services=True) # Sources the ISO network configuration to the install medium.
elif archinstall.arguments.get('NetworkManager',None) == True:
+ installation.add_additional_packages("networkmanager")
installation.enable_service('NetworkManager.service')
# Otherwise, if a interface was selected, configure that interface
elif archinstall.arguments.get('nic', None):