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-hook-btrfs
blob
7965d0a8a52b463324e039674ba17ad0318933f4
1
#!/usr/bin/ash
2
3
run_hook
() {
4
btrfs device scan
5
}
6
7
# vim: set ft=sh ts=4 sw=4 et: