summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/builder2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index 41313d13..73abcc78 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -408,7 +408,7 @@ class SystemBuilder(BuilderBase): # pragma: no cover
self._create_subvolume_snapshot(
mount_point, 'factory', 'factory-run')
factory_run_path = os.path.join(mount_point, 'factory-run')
- self._install_boot_files(factory_run_path, mount_point)
+ self._install_boot_files(arch, factory_run_path, mount_point)
if arch in ('x86', 'x86_64', None):
self._install_extlinux(mount_point)
self._unmount(mount_point)