Skip to content

Commit 2a6befc

Browse files
committed
update hypervisor drivers and storage drivers in configuration file
1 parent a75142b commit 2a6befc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ The configuration file of Hyper is located under `/etc/hyper/config` by default.
88
# Root directory for hyperd
99
# Root=/var/lib/hyper/
1010
11-
# Specify the hypervisor: libvirt, qemu, qemu-kvm, kvm, xen, vbox (for linux)
12-
# vbox (for mac).
11+
# Specify the hypervisor: libvirt, qemu, qemu-kvm, kvm, xen, xenpv, kvmtool
1312
# "kvm" is equivalent to "qemu-kvm" which uses qemu with kvm acceleration.
1413
# "qemu" is equivalent to "qemu-kvm" when the system enables kvm, otherwise
1514
# the hypervisor is "qemu-tcg" (qemu without kvm acceleration).
@@ -25,7 +24,7 @@ Kernel=/var/lib/hyper/kernel
2524
# Boot initrd
2625
Initrd=/var/lib/hyper/hyper-initrd.img
2726
28-
# Storage driver for hyperd, valid value includes devicemapper, overlay, and aufs
27+
# Storage driver for hyperd, valid value includes devicemapper, overlay, rawblock, and aufs
2928
# StorageDriver=overlay
3029
3130
# Bridge device for hyperd, default is hyper0

0 commit comments

Comments
 (0)