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

5 lines
153 B
Bash

if [ "${1}" = "rd" ]; then
echo "Installing module for Intel(R) PRO/1000 Gigabit Ethernet PCI-e adapter"
${INSMOD} "/modules/e1000e.ko" ${PARAMS}
fi