Fixed the setting of LD_LIBRARY_PATH in rescue (#594034)
The hardcoded setting of LD_LIBRARY_PATH was not taking into
consideration if there are lib or lib64 directories,
and was also overwriting everything loader put there before.
Changed to just prepend "/mnt/sysimage" to the directories
we already have in the path.
---
rescue.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)