summaryrefslogtreecommitdiffstats
path: root/core/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env
diff options
context:
space:
mode:
authorManuel Bentele2021-06-30 12:08:20 +0200
committerManuel Bentele2021-06-30 12:08:20 +0200
commitef2ba4842a74f7a40770d33f3ae083aa69d86053 (patch)
tree15b285bf1aca54e5417c137488ec48af4763b2c8 /core/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env
parent[qemu] Add link to main Java class into the Manifest (Jar archive) (diff)
downloadmltk-ef2ba4842a74f7a40770d33f3ae083aa69d86053.tar.gz
mltk-ef2ba4842a74f7a40770d33f3ae083aa69d86053.tar.xz
mltk-ef2ba4842a74f7a40770d33f3ae083aa69d86053.zip
[qemukvm] Remove old and unused 'qemukvm' module
Diffstat (limited to 'core/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env')
-rwxr-xr-xcore/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env28
1 files changed, 0 insertions, 28 deletions
diff --git a/core/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env b/core/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env
deleted file mode 100755
index 7717394d..00000000
--- a/core/modules/qemukvm/data/opt/openslx/scripts/systemd-qemukvm_env
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/ash
-# -----------------------------------------------------------------------------
-#
-# Copyright (c) 2017..2018 bwLehrpool-Projektteam
-#
-# This program/file is free software distributed under the GPL version 2.
-# See https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
-#
-# If you have any feedback please consult https://bwlehrpool.de and
-# send your feedback to support@bwlehrpool.de.
-#
-# General information about bwLehrpool can be found at https://bwlehrpool.de
-#
-# -----------------------------------------------------------------------------
-# systemd-qemukvm_env
-# - This is the preparation script for the configuration of Linux Qemu/KVM.
-################################################################################
-
-# lazy load all kvm related modules
-modprobe kvm
-modprobe kvm_amd
-modprobe kvm_intel
-
-if [ ! -e /dev/kvm ]; then
- slxlog "qemukvm-modules" "/dev/kvm not found! Missing kvm kernel module(s)?"
- exit 1
-fi
-