summarylogtreecommitdiffstats
path: root/install
blob: b4a0b613e244436057e5fcd120121aff8342dc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

build () {
  add_module mlx5_core
}

help () {
  cat << EOF
This hook will just add mlx5_core module to initrd. Useful to use Mellanox NICs with mkinitcpio-netconf.
EOF
}