summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf.ubuntu
blob: 360c6c180689dc401b56e1234a982de541ad0783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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
	jq
"