core/btrfs-progs/initcpio-hook-btrfs
2013-10-26 22:18:59 +00:00

7 lines
54 B
Bash

#!/usr/bin/ash
run_hook() {
btrfs device scan
}