From 065da563fb7e45d9bf90562ee6af522ce6014808 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 11 Nov 2020 20:23:50 +0000 Subject: configure_nic() is on the installation, not a generic function. --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) -- cgit v1.2.3-70-g09d2