From 5e2034d6be5922a685869ec6665b86aa2f1b7004 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 11 Jun 2012 10:53:32 +0000 Subject: SystemBuilder: pass missing parameter to install_boot_files --- morphlib/builder2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/builder2.py') 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) -- cgit v1.2.1