Browse Source

btrfs/btrfs_timeout.sh: do not "exit 0"

master
Harald Hoyer 12 years ago
parent
commit
f672b1c399
  1. 3
      modules.d/90btrfs/btrfs_timeout.sh

3
modules.d/90btrfs/btrfs_timeout.sh

@ -5,5 +5,4 @@ @@ -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

Loading…
Cancel
Save