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

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