-
Notifications
You must be signed in to change notification settings - Fork 161
/
.kivrc
90 lines (61 loc) · 1.36 KB
/
.kivrc
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
## .kivrc - Set custom defaults for kvm-install-vm
# Autostart
#AUTOSTART=false
# Number of virtual CPUs
#CPUS=1
# Use host cpu features to the guest
#FEATURE=host
# Amount of RAM in MB
#MEMORY=1024
# Disk Size in GB
#DISK_SIZE=10
# DNS domain
#DNSDOMAIN=example.local
# Graphics type
#GRAPHICS=spice
# Console port
#PORT=-1
# Resize disk (boolean)
#RESIZE_DISK=false
# Directory to store images
#IMAGEDIR=${HOME}/virt/images
# Directory to store vms
#VMDIR=${HOME}/virt/vms
# Hypervisor bridge
#BRIDGE=virbr0
# SSH public key
#PUBKEY=${HOME}/.ssh/id_rsa.pub
# Distribution
#DISTRO=centos7
# MAC Address
#MACADDRESS=
# Timezone
#TIMEZONE=US/Eastern
# User
#ADDITIONAL_USER=${USER}
# Verbosity
#VERBOSE=0
#
# Advanced virt-install options.
#
# You probably will not need to change any of the following
# unless you are running a non-KVM hypervisor, such as Xen.
#
# The --network model type.
#NETWORK_MODEL=virtio
# Additional --network parameters.
#NETWORK_EXTRA=""
# The --disk bus type. Specify none to auto-detect.
#DISK_BUS=virtio
# Additional --disk parameters.
#DISK_EXTRA=""
# The CI ISO --disk device type.
#CI_ISO_DEVICE=cdrom
# Additional CI ISO --disk parameters.
#CI_ISO_EXTRA=""
# The --graphics listen parameter.
#GRAPHICS_LISTEN=localhost
# Additional --graphics parameters.
#GRAPHICS_EXTRA=""
# Additional virt-install options.
#VIRT_INSTALL_EXTRA=""