mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-04 22:11:26 +00:00
Minor loader-shell breakage on ppc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user