From f672b1c3995dc53628479b87e32b89be5402eef4 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 2 Mar 2013 13:10:04 +0100 Subject: [PATCH] btrfs/btrfs_timeout.sh: do not "exit 0" --- modules.d/90btrfs/btrfs_timeout.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3