diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-07-05 21:47:57 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-07-05 21:47:57 +0200 |
commit | 392a05ef42b7fa99a21332c07f20ca2449524e3a (patch) | |
tree | 4b73f0e80828d944cd3db8895da2529c7a778b69 /install/btrfs | |
parent | 6d2ef0afddb8ab62ac5019e203fa85bb4a9f5165 (diff) | |
parent | 94945a63162944f4bcf61f0012853f95191f0f91 (diff) | |
download | mkinitcpio-392a05ef42b7fa99a21332c07f20ca2449524e3a.tar.gz mkinitcpio-392a05ef42b7fa99a21332c07f20ca2449524e3a.tar.xz |
Merge branch 'btrfs' of http://github.com/heftig/mkinitcpio into working
Diffstat (limited to 'install/btrfs')
-rw-r--r-- | install/btrfs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/install/btrfs b/install/btrfs new file mode 100644 index 0000000..60dc2ac --- /dev/null +++ b/install/btrfs @@ -0,0 +1,16 @@ +# vim:set ft=sh: + +install() +{ + 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 +} |