summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf.ubuntu
blob: 8edc5df478b60ea73b6c58b05e6235baaaf180bb (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
	default-jdk-headless
"

REQUIRED_CONTENT_PACKAGES="
	qemu
	qemu-kvm
	qemu-system-common
	qemu-system-arm
	qemu-system-x86
	qemu-utils
	seabios
	ovmf
	jq
"