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
parent
d670e21998
commit
d619fb5e1c
1
dracut
1
dracut
|
|
@ -265,6 +265,7 @@ fi
|
||||||
|
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
export PATH
|
export PATH
|
||||||
|
unset LD_LIBRARY_PATH
|
||||||
|
|
||||||
[[ $debug ]] && {
|
[[ $debug ]] && {
|
||||||
export PS4='${BASH_SOURCE}@${LINENO}(${FUNCNAME[0]}): ';
|
export PS4='${BASH_SOURCE}@${LINENO}(${FUNCNAME[0]}): ';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue