index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel <blackrabbit256@gmail.com> | 2022-02-15 18:44:58 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 08:44:58 +0100 |
commit | 6489a417aa8d43bd58ec0fd1268d0dd734b0073f (patch) | |
tree | 476033ff0d6a2650ff5202f42b248e7b4bbe2f8d /examples/swiss.py | |
parent | d9118a33b3a25839fde8626cde313115ddb79376 (diff) |
-rw-r--r-- | examples/swiss.py | 2 |
diff --git a/examples/swiss.py b/examples/swiss.py index fa2d1fb6..9f3cf9dd 100644 --- a/examples/swiss.py +++ b/examples/swiss.py @@ -395,7 +395,7 @@ def os_setup(installation): # If user selected to copy the current ISO network configuration # Perform a copy of the config - if archinstall.arguments.get('nic', {}) == 'Copy ISO network configuration to installation': + if archinstall.arguments.get('nic', {}).get('type', '') == 'iso_config': installation.copy_iso_network_config( enable_services=True) # Sources the ISO network configuration to the install medium. elif archinstall.arguments.get('nic', {}).get('NetworkManager', False): |