summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf.ubuntu
blob: d4af965d2f9af34161fefd42a8474267a9fe318a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	qemu
	qemu-kvm
"

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