diff options
-rw-r--r-- | catalyst/targets/stage1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/targets/stage1.py b/catalyst/targets/stage1.py index 593509e4..1c9a4d42 100644 --- a/catalyst/targets/stage1.py +++ b/catalyst/targets/stage1.py @@ -32,7 +32,7 @@ class stage1(StageBase): mount_id = f'root_repo_{name}' self.mount[mount_id] = { 'enable': True, - 'source': path, + 'source': self.get_repo_location(name), 'target': normpath("/tmp/stage1root") / self.get_repo_location(name) } |