]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Revert "lsinitrd.sh: dismiss "cat" error messages"
authorHarald Hoyer <harald@redhat.com>
Fri, 3 Nov 2017 08:16:45 +0000 (09:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 3 Nov 2017 08:16:45 +0000 (09:16 +0100)
This reverts commit e190224345f3a8b2f9e85d84bc879dd96bf265da.

lsinitrd.sh

index f3f727c84f7d143897635a493e0a70c75224bbee..f40884536049f8a51c31dd5fb0be8791f921d439 100755 (executable)
@@ -172,7 +172,7 @@ fi
 read -N 6 bin < "$image"
 case $bin in
     $'\x71\xc7'*|070701)
-        CAT="cat 2>/dev/null --"
+        CAT="cat --"
         is_early=$(cpio --extract --verbose --quiet --to-stdout -- 'early_cpio' < "$image" 2>/dev/null)
         if [[ "$is_early" ]]; then
             if [[ -n "$unpackearly" ]]; then
@@ -211,7 +211,7 @@ case $bin in
         CAT="bzcat --"
         ;;
     $'\x71\xc7'*|070701)
-        CAT="cat 2>/dev/null --"
+        CAT="cat --"
         ;;
     $'\x02\x21'*)
         CAT="lz4 -d -c"