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)