mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +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
|