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:
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index ba1a5ac2..2f22bf6a 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -50,7 +50,7 @@ def perform_installation(device, boot_partition, language, mirrors):
installation.add_bootloader()
if archinstall.storage['_guided']['network']:
- archinstall.configure_nic(**archinstall.storage['_guided']['network'])
+ installation.configure_nic(**archinstall.storage['_guided']['network'])
if len(archinstall.storage['_guided']['packages']) and archinstall.storage['_guided']['packages'][0] != '':
installation.add_additional_packages(archinstall.storage['_guided']['packages'])