From: Harald Hoyer Date: Mon, 23 Jan 2012 09:10:25 +0000 (+0100) Subject: dracut: unset GREP_OPTIONS X-Git-Tag: 015~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fcf2d2f4a7eb95a507f5a4e85640e3d25bce79e;p=thirdparty%2Fdracut.git dracut: unset GREP_OPTIONS GREP_OPTIONS can influence the image creation, if set to user defined values, so unset it. https://bugzilla.redhat.com/show_bug.cgi?id=676712 --- diff --git a/dracut b/dracut index fbf0f7407..9c833a8c7 100755 --- a/dracut +++ b/dracut @@ -278,6 +278,7 @@ fi PATH=/sbin:/bin:/usr/sbin:/usr/bin export PATH unset LD_LIBRARY_PATH +unset GREP_OPTIONS [[ $debug ]] && { export PS4='${BASH_SOURCE}@${LINENO}(${FUNCNAME[0]}): ';