summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorSimon Rettberg2013-08-30 18:44:28 +0200
committerSimon Rettberg2013-08-30 18:44:28 +0200
commit52fdb3a0cd0c732d4a1c94c8c0a1e3fa954b8154 (patch)
tree59f46f93840e9b7ee20aa1f8a38f8355f689d32f /remote/modules
parent[pam-freiburg] Remove debian-specific param to pam_unix (diff)
parent[dnbd3] cmake / opensuse (diff)
downloadtm-scripts-52fdb3a0cd0c732d4a1c94c8c0a1e3fa954b8154.tar.gz
tm-scripts-52fdb3a0cd0c732d4a1c94c8c0a1e3fa954b8154.tar.xz
tm-scripts-52fdb3a0cd0c732d4a1c94c8c0a1e3fa954b8154.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/dnbd3/dnbd3.conf.opensuse7
-rw-r--r--remote/modules/dnbd3/dnbd3.conf.ubuntu7
-rwxr-xr-xremote/modules/vbox/data/addon-init3
3 files changed, 16 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/dnbd3.conf.opensuse b/remote/modules/dnbd3/dnbd3.conf.opensuse
new file mode 100644
index 00000000..c26fd833
--- /dev/null
+++ b/remote/modules/dnbd3/dnbd3.conf.opensuse
@@ -0,0 +1,7 @@
+REQUIRED_CONTENT_PACKAGES="
+ cmake
+"
+
+REQUIRED_INSTALLED_PACKAGES="
+ cmake
+"
diff --git a/remote/modules/dnbd3/dnbd3.conf.ubuntu b/remote/modules/dnbd3/dnbd3.conf.ubuntu
new file mode 100644
index 00000000..c26fd833
--- /dev/null
+++ b/remote/modules/dnbd3/dnbd3.conf.ubuntu
@@ -0,0 +1,7 @@
+REQUIRED_CONTENT_PACKAGES="
+ cmake
+"
+
+REQUIRED_INSTALLED_PACKAGES="
+ cmake
+"
diff --git a/remote/modules/vbox/data/addon-init b/remote/modules/vbox/data/addon-init
index 9f0e4e55..0c77c3fc 100755
--- a/remote/modules/vbox/data/addon-init
+++ b/remote/modules/vbox/data/addon-init
@@ -6,7 +6,8 @@ addgroup demo vboxusers
if grep -q usb_device /proc/devices; then
mkdir -p -m 0750 /dev/vboxusb 2>/dev/null
-chown root:vboxusers /dev/vboxusb 2>/dev/null
+ chown root:vboxusers /dev/vboxusb 2>/dev/null
+fi
systemctl daemon-reload
systemctl start vbox.service