diff --git a/archinstall/lib/models/device_model.py b/archinstall/lib/models/device_model.py index 0c5133ccc0..b030bb3881 100644 --- a/archinstall/lib/models/device_model.py +++ b/archinstall/lib/models/device_model.py @@ -1010,6 +1010,8 @@ def is_create_or_modify(self) -> bool: @property def mapper_name(self) -> str | None: + if self.is_home(): + return 'home' if self.dev_path: return f'{ENC_IDENTIFIER}{self.dev_path.name}' return None