index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-11 20:23:50 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-11 20:23:50 +0000 |
commit | 065da563fb7e45d9bf90562ee6af522ce6014808 (patch) | |
tree | 9d55fb29376b1ffed500dacc152c4bb0c5465c14 | |
parent | 7288df57b7803fb6ca08ae40aa8a1d7ac683c7c4 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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']) |