diff --git a/unpack-initramfs b/unpack-initramfs index 7c53561..7999d91 100755 --- a/unpack-initramfs +++ b/unpack-initramfs @@ -20,6 +20,9 @@ INITRAMFS_DIR=initramfs_root #GET CURRENT DIR CURRENT_DIR=`pwd` +# Fixes binary grep not working with raw (high) bytes in UTF-8 locales. +export LANG=C + function pre_clean() { [ -z $DEBUG ] || echo "-D- Function: pre_clean()"