From ba88e0a353cdc04250a7d878845c293a677888c9 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 16 Nov 2021 14:07:58 +0000 Subject: Added more logging for debugging purposes --- archinstall/lib/installer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall/lib') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index bb2363d8..98739519 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -174,6 +174,7 @@ class Installer: mountpoints[partition['mountpoint']] = partition for mountpoint in sorted(mountpoints.keys()): + log(f"Mounting {mountpoint} to {self.target}{mountpoint}", level=logging.INFO) if mountpoints[mountpoint]['encrypted']: loopdev = storage.get('ENC_IDENTIFIER', 'ai') + 'loop' if not (password := mountpoints[mountpoint].get('!password', None)): -- cgit v1.2.3-70-g09d2