forked from giovtorres/kvm-install-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kivrc
55 lines (37 loc) · 722 Bytes
/
.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
## .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