mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
7 lines
212 B
Bash
7 lines
212 B
Bash
if [ "${1}" = "rd" ]; then
|
|
echo "Installing module for Plan 9 Resource Sharing Support (9P2000)"
|
|
${INSMOD} "/modules/9pnet.ko"
|
|
${INSMOD} "/modules/9pnet_virtio.ko"
|
|
${INSMOD} "/modules/9p.ko" ${PARAMS}
|
|
fi
|