From c3e7664448b2138d909a01aacaffa28beb9568b0 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 4417c902..6a910fe3 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"))