summary refs log tree commit diff
path: root/contrib/rvnit/sv/03Skmods
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-01-07 01:02:22 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-01-07 01:02:22 +0100
commit07ba00058350948a8a5e89aa312c6f5b12098d93 (patch)
treed07d8185e2a026f588146cf17e26648fc486222e /contrib/rvnit/sv/03Skmods
parent5f76e13946b91213cae66d423a90a27eda24dc1a (diff)
downloadrvnit-07ba00058350948a8a5e89aa312c6f5b12098d93.tar.gz
rvnit-07ba00058350948a8a5e89aa312c6f5b12098d93.tar.xz
rvnit-07ba00058350948a8a5e89aa312c6f5b12098d93.zip
add contrib
Diffstat (limited to 'contrib/rvnit/sv/03Skmods')
-rwxr-xr-xcontrib/rvnit/sv/03Skmods12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/rvnit/sv/03Skmods b/contrib/rvnit/sv/03Skmods
new file mode 100755
index 0000000..f25fb10
--- /dev/null
+++ b/contrib/rvnit/sv/03Skmods
@@ -0,0 +1,12 @@
+#!/bin/sh
+# vim: set ts=4 sw=4 et:
+
+. /etc/runit/functions
+
+[ -n "$VIRTUALIZATION" ] && return 0
+# Do not try to load modules if kernel does not support them.
+[ ! -e /proc/modules ] && return 0
+
+msg "Loading kernel modules..."
+modules-load -v | tr '\n' ' ' | sed 's:insmod [^ ]*/::g; s:\.ko\(\.gz\)\? ::g'
+echo