bcache 291 B

1234567891011121314
  1. #!/bin/bash
  2. build() {
  3. add_module bcache
  4. add_binary /usr/lib/udev/bcache-register
  5. add_binary /usr/lib/udev/probe-bcache
  6. add_file /usr/lib/udev/rules.d/69-bcache.rules
  7. }
  8. help() {
  9. cat <<HELPEOF
  10. This hook will auto-assemble bcache devices.
  11. Requires the udev hook.
  12. HELPEOF
  13. }