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

build () {
  add_module mlx4_core
  add_module mlx4_en
}

help () {
  cat << EOF
This hook will just add mlx4_{core,en} modules to initrd. Useful to use Mellanox NICs with mkinitcpio-netconf.
EOF
}