From c7228910a7d2990ba9d34ac55d0d5f28ad9bbed6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 6 Dec 2020 22:45:59 +0100 Subject: Swapped order of partition vs mountpoint in installation.mount() --- archinstall/lib/installer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archinstall/lib/installer.py') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 86eafc88..f06d38ea 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -89,10 +89,9 @@ class Installer(): self.log(f"Submit this zip file as an issue to https://github.com/Torxed/archinstall/issues", level=LOG_LEVELS.Warning) return False - def mount(self, mountpoint, partition): + def mount(self, partition, mountpoint): partition.mount(f'{self.mountpoint}/srv/http') - def post_install_check(self, *args, **kwargs): return [step for step, flag in self.helper_flags.items() if flag is False] -- cgit v1.2.3-70-g09d2