RROrg-rr/addons/mpt3sas/install.sh
Fabio Belavenuto a08662802d first commit
2022-07-01 13:57:55 -03:00

5 lines
143 B
Bash

if [ "${1}" = "rd" ]; then
echo "Installing module for LSI MPT Fusion SAS 3.0 Device adapter"
${INSMOD} "/modules/mpt3sas.ko" ${PARAMS}
fi