From 3db8e3abbc8133ecb1875465f5cb3a1ea8557e86 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 26 Jan 2021 00:22:10 +0100 Subject: Error in copy paste of function name. --- archinstall/lib/installer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archinstall') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index d01cb882..c9d7e9cc 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -190,7 +190,6 @@ class Installer(): if not os.path.isdir(f"{self.mountpoint}/var/lib/iwd"): os.makedirs(f"{self.mountpoint}/var/lib/iwd") - if enable_services: # If we haven't installed the base yet (function called pre-maturely) if self.helper_flags.get('base', False) is False: @@ -207,7 +206,7 @@ class Installer(): # Otherwise, we can go ahead and add the required package # and enable it's service: else: - self.pacstrap(self.base_packages) + self.pacstrap('iwd') self.enable_service('iwd') self.enable_service('systemd-networkd') self.enable_service('systemd-resolved') -- cgit v1.2.3-54-g00ecf