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

REQUIRED_CONTENT_PACKAGES="
		qemu
		qemu-kvm
		qemu-system-common
		qemu-system-x86
		qemu-user
		qemu-utils
		seabios
"