summaryrefslogtreecommitdiffstats
path: root/modules.d/90btrfs/btrfs_timeout.sh
blob: 326231b7f5dd5ab5a1bf802db69a8f1d51f141a3 (plain)
1
2
3
4
5
6
#!/bin/sh

type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh

info "Scanning for all btrfs devices"
/sbin/btrfs device scan > /dev/null 2>&1