summary refs log tree commit diff
path: root/core-services/07-kmods.sh
diff options
context:
space:
mode:
Diffstat (limited to 'core-services/07-kmods.sh')
-rw-r--r--core-services/07-kmods.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/core-services/07-kmods.sh b/core-services/07-kmods.sh
deleted file mode 100644
index 9d904c7..0000000
--- a/core-services/07-kmods.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-# vim: set ts=4 sw=4 et:
-
-[ -n "$VIRTUALIZATION" ] && return 0
-
-msg "Loading kernel modules..."
-modules-load -v | tr '\n' ' ' | sed 's:insmod [^ ]*/::g; s:\.ko\(\.gz\)\? ::g'
-echo