mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-02 06:22:07 +08:00
5 lines
146 B
Bash
5 lines
146 B
Bash
if [ "${1}" = "rd" ]; then
|
|
echo "Installing module for Intel(R) PRO/1000 Gigabit Ethernet adapter"
|
|
${INSMOD} "/modules/e1000.ko" ${PARAMS}
|
|
fi
|