From 5773f5e759de1e0f2892f802c447ff37e9e1e272 Mon Sep 17 00:00:00 2001 From: "Carl D. Roth" Date: Thu, 10 Nov 2016 17:42:55 -0800 Subject: [PATCH] Minor loader-shell breakage on ppc --- .../all/vendor-config-onl/src/python/onl/install/ShellApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/base/all/vendor-config-onl/src/python/onl/install/ShellApp.py b/packages/base/all/vendor-config-onl/src/python/onl/install/ShellApp.py index 8490325d..934d40a3 100644 --- a/packages/base/all/vendor-config-onl/src/python/onl/install/ShellApp.py +++ b/packages/base/all/vendor-config-onl/src/python/onl/install/ShellApp.py @@ -302,7 +302,7 @@ class Loader(AppBase): # run from a file in a mounted filesystem parts = [p for p in self.pm.mounts if p.device == bootDevice] if parts: - loaderDir = parts[0] + loaderDir = parts[0].dir self.log.debug("found loader device mounted at %s", loaderDir) for e in l: p = os.path.join(loaderDir, e)