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
committeradvaithm <advaith.madhukar@gmail.com>2021-04-04 08:54:35 +0530
commit9e3ded83119df6a5f2b470ee648754869d4eb824 (patch)
tree41dfca66cf83f62b1b4384dc8444b891bb1aebea /examples/guided.py
parentae5f9b08c4a670d2c020923a042fdcbaa5c2a1d6 (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 ec66e892..5ca45008 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -318,6 +318,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):