summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf
blob: 1914cffecf31cda855adec2cdd2a35a4f50f6202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

REQUIRED_MODULES="
	libvirt
	openjdk-8-jre-headless
"

REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""

REQUIRED_FILES="
	/opt/openslx/vmchooser/plugins/qemu/runvirt-plugin-qemu.jar
"