dracut: unset LD_LIBRARY_PATH

LD_LIBRARY_PATH is not set in the initramfs, so it should not be set
while finding our libraries.
master
Harald Hoyer 2011-08-19 08:08:18 +02:00
parent d670e21998
commit d619fb5e1c
1 changed files with 1 additions and 0 deletions

1
dracut
View File

@ -265,6 +265,7 @@ fi

PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
unset LD_LIBRARY_PATH

[[ $debug ]] && {
export PS4='${BASH_SOURCE}@${LINENO}(${FUNCNAME[0]}): ';