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