summaryrefslogtreecommitdiffstats
path: root/install/btrfs
blob: 3ac3c878e386ba4eafc1d3d1fc8882019b62e98f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# vim:set ft=sh:

install()
{
    MODULES="$(all_modules btrfs) loop"
    BINARIES="/sbin/btrfs"
    SCRIPT="btrfs"
}

help ()
{
cat <<HELPEOF
  This hook is needed to support Btrfs volumes spread
  over multiple devices.
HELPEOF
}