index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2021-01-25 15:39:27 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2021-01-25 15:39:27 +0100 |
commit | 405794d53f1f47e2a19a906dbdfa6ad39ea79c17 (patch) | |
tree | 06dbb08c07df41eac09247bd2839549086f6df5b | |
parent | 1c80a893acfb97859dd6c0f61a2cf74c03958595 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 51540060..c8cf40d0 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -183,7 +183,7 @@ class Installer(): with open(f"{self.mountpoint}/etc/systemd/network/10-{nic}.network", "a") as netconf: netconf.write(str(conf)) - def copy_network_config(self, enable_services=False): + def copy_ISO_network_config(self, enable_services=False): # Copy (if any) iwd password and config files if os.path.isdir('/var/lib/iwd/'): if (psk_files := glob.glob('/var/lib/iwd/*.psk')): |