Browse Source

Revert "lsinitrd.sh: dismiss "cat" error messages"

This reverts commit e190224345.
master
Harald Hoyer 7 years ago
parent
commit
18a5011ff2
  1. 4
      lsinitrd.sh

4
lsinitrd.sh

@ -172,7 +172,7 @@ fi @@ -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 @@ -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"

Loading…
Cancel
Save