summaryrefslogtreecommitdiffstats
path: root/install/btrfs
blob: 60e6f5c8aaabb7adb08e52a9161f8d885f0b5c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

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

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

# vim: set ft=sh ts=4 sw=4 et: