btrfs/btrfs_timeout.sh: do not "exit 0"
parent
f12f694355
commit
f672b1c399
|
|
@ -5,5 +5,4 @@
|
||||||
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
|
||||||
|
|
||||||
info "Scanning for all btrfs devices"
|
info "Scanning for all btrfs devices"
|
||||||
/sbin/btrfs device scan 2>&1 | vinfo
|
/sbin/btrfs device scan >/dev/null 2>&1
|
||||||
exit 0
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue