summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf.ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/qemu/module.conf.ubuntu')
-rw-r--r--core/modules/qemu/module.conf.ubuntu17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/modules/qemu/module.conf.ubuntu b/core/modules/qemu/module.conf.ubuntu
new file mode 100644
index 00000000..3b1089e0
--- /dev/null
+++ b/core/modules/qemu/module.conf.ubuntu
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+REQUIRED_INSTALLED_PACKAGES="
+ maven
+ openjdk-8-jdk-headless
+"
+
+REQUIRED_CONTENT_PACKAGES="
+ qemu
+ qemu-kvm
+ qemu-system-common
+ qemu-system-arm
+ qemu-system-x86
+ qemu-utils
+ seabios
+ ovmf
+"