]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
btrfs/btrfs_timeout.sh: do not "exit 0"
authorHarald Hoyer <harald@redhat.com>
Sat, 2 Mar 2013 12:10:04 +0000 (13:10 +0100)
committerHarald Hoyer <harald@redhat.com>
Sat, 2 Mar 2013 12:10:04 +0000 (13:10 +0100)
modules.d/90btrfs/btrfs_timeout.sh

index cd6444347e0c9a10394cac746699ec85e62b695f..ed04b8c7bfb48f58c0e08c311708f7d85e874ff8 100755 (executable)
@@ -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