index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2022-06-07 19:00:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 11:00:48 +0200 |
commit | fd131c8fe956858fef802f8e53a530daa0b5df47 (patch) | |
tree | a01bc739acb827a554af6e8b9042e5ef16aed527 /archinstall/lib/disk/filesystem.py | |
parent | 644b80d0bd1323bdd47be5103a6ac854679ff5e0 (diff) |
-rw-r--r-- | archinstall/lib/disk/filesystem.py | 2 |
diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index cc29a491..1c7a801b 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -100,7 +100,7 @@ class Filesystem: partition['device_instance'] = self.blockdevice.get_partition(uuid=partition_uuid) except DiskError: partition['device_instance'] = self.blockdevice.get_partition(partuuid=partition_uuid) - + log(_("Re-using partition instance: {}").format(partition['device_instance']), level=logging.DEBUG, fg="gray") else: log(f"{self}.load_layout() doesn't know how to work without 'wipe' being set or UUID ({partition.get('PARTUUID')}) was given and found.", fg="yellow", level=logging.WARNING) |