db-move: moved webkitgtk-6.0 from [testing] to [extra] (x86_64)
[arch-packages.git] / btrfs-progs / trunk / initcpio-install-btrfs
blobf7b0285b34661fdc4bfac39dcca587e80e5403fc
1 #!/bin/bash
3 build() {
4 add_module btrfs
5 add_binary btrfs
6 add_binary btrfsck
7 add_runscript
10 help() {
11 cat <<HELPEOF
12 This hook provides support for multi-device btrfs volumes. This hook
13 is only needed for initramfs images which do not use udev.
14 HELPEOF
17 # vim: set ft=sh ts=4 sw=4 et: