From: Harald Hoyer Date: Sat, 2 Mar 2013 12:10:04 +0000 (+0100) Subject: btrfs/btrfs_timeout.sh: do not "exit 0" X-Git-Tag: 026~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f672b1c3995dc53628479b87e32b89be5402eef4;p=thirdparty%2Fdracut.git btrfs/btrfs_timeout.sh: do not "exit 0" --- diff --git a/modules.d/90btrfs/btrfs_timeout.sh b/modules.d/90btrfs/btrfs_timeout.sh index cd6444347..ed04b8c7b 100755 --- a/modules.d/90btrfs/btrfs_timeout.sh +++ b/modules.d/90btrfs/btrfs_timeout.sh @@ -5,5 +5,4 @@ type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh info "Scanning for all btrfs devices" -/sbin/btrfs device scan 2>&1 | vinfo -exit 0 +/sbin/btrfs device scan >/dev/null 2>&1