You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
672 B

## .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
# 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