summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf
blob: 542827c356c08e0ee6d3f6b6cfdf7f987823343c (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/qemukvm/runvirt-plugin-qemu.jar
"