mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-09 19:42:05 +08:00
first commit
This commit is contained in:
6
addons/9p/install.sh
Normal file
6
addons/9p/install.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user