From 69214fd47ac2bf82983dcfc88e7fbcdb261cc666 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Thu, 17 Mar 2011 13:26:24 +0100 Subject: [PATCH] The biarch is a function not an attribute --- src/pylorax/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/images.py b/src/pylorax/images.py index e2c0f98f..e77d92db 100644 --- a/src/pylorax/images.py +++ b/src/pylorax/images.py @@ -292,7 +292,7 @@ class PPC(object): p.wait() # copy yaboot.conf to etc dir - if (biarch): + if biarch(): yabootconf = cpfile(self.reqs["yabootconf3264"], joinpaths(self.outputroot, ETCDIR, "yaboot.conf"))