repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
btrfs-progs
/
trunk
/
initcpio-install-btrfs
blob
f7b0285b34661fdc4bfac39dcca587e80e5403fc
1
#!/bin/bash
2
3
build
() {
4
add_module btrfs
5
add_binary btrfs
6
add_binary btrfsck
7
add_runscript
8
}
9
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
15
}
16
17
# vim: set ft=sh ts=4 sw=4 et: