summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-11 10:53:32 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-06-13 13:49:39 +0100
commit5e2034d6be5922a685869ec6665b86aa2f1b7004 (patch)
tree6d974ef1bdc4edf65c225c2b170a6ebd22680a74 /morphlib/builder2.py
parentba6d5500784e4fe2933d38121936e7237d41c304 (diff)
downloadmorph-5e2034d6be5922a685869ec6665b86aa2f1b7004.tar.gz
SystemBuilder: pass missing parameter to install_boot_files
Diffstat (limited to 'morphlib/builder2.py')
-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)