bcachefs-tools/arch/etc/initcpio/install/bcachefs
2018-07-28 22:54:36 -04:00

18 lines
260 B
Bash

#!/bin/bash
build() {
add_module `bcachefs`
add_binary "bcachefs"
add_runscript
}
help() {
cat <<HELPEOF
This hook is for getting the bcachefs unlock prompt at boot
HELPEOF
}
# vim set ft=sh ts=4 sw=4 et: