summaryrefslogtreecommitdiffstats
path: root/hooks/btrfs
blob: c4836c51589b129dfdeb9d324b57ce1ee1050c2d (plain)
1
2
3
4
5
6
7
# vim: set ft=sh:

run_hook ()
{
    /sbin/modprobe btrfs
    /sbin/btrfs device scan
}