aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
blob: 7f65bc982e9a7ecff580b7c252a49d4fb87e3c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# Sample kvmx file
#

# Which base box you should use.
# If none is set, kvmx will bootstrap one for you.
#basebox="stretch"

# Absolute or relative path for a provision script.
#provision_script="default"

# Set this is you want to be able to share folders between host and guest.
#shared_folder="."
#shared_folder_mountpoint="/media/shared"

# Set this if you want to automatically attach an spice client when the machine
# boots.
run_spice_client="1"

# Set host_port-:guest_port mapping pairs.
#port_mapping="8080-:80,8443-:443"

# Where the guest image is stored
image="$HOME/.local/share/kvmx/$VM/box.img"

# Image size
size="10G"

# Image format: raw or qcow2
format="qcow2"

# Bootstrap method: custom or vmdeboostrap
method="custom"

# Hostname
hostname="machine"

# Domain
domain="example.org"

# System arch
arch="amd64"

# Box distribution when bootstraping a new image
version="stretch"                          

# Debian mirror
mirror="http://http.debian.net/debian/"