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

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

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

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