From 584219e8476d131a8345707063afa469fa2dfe90 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 7 Dec 2020 19:28:36 +0100 Subject: Updated debug log output --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib/installer.py') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index e566e308..51ea971f 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -116,7 +116,7 @@ class Installer(): return use_mirrors(mirrors, destination=f'{self.mountpoint}/etc/pacman.d/mirrorlist') def genfstab(self, flags='-pU'): - self.log(f"Updating {self.mountpoint}/etc/fstab") + self.log(f"Updating {self.mountpoint}/etc/fstab", level=LOG_LEVELS.Info) o = b''.join(sys_command(f'/usr/bin/genfstab {flags} {self.mountpoint} >> {self.mountpoint}/etc/fstab')) -- cgit v1.2.3-54-g00ecf