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.
91 lines
1.4 KiB
91 lines
1.4 KiB
|
8 years ago
|
## .kivrc - Set custom defaults for kvm-install-vm
|
||
|
|
|
||
|
8 years ago
|
# Autostart
|
||
|
|
#AUTOSTART=false
|
||
|
|
|
||
|
8 years ago
|
# 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
|
||
|
|
|
||
|
8 years ago
|
# Graphics type
|
||
|
|
#GRAPHICS=spice
|
||
|
|
|
||
|
|
# Console port
|
||
|
|
#PORT=-1
|
||
|
|
|
||
|
8 years ago
|
# Resize disk (boolean)
|
||
|
|
#RESIZE_DISK=false
|
||
|
|
|
||
|
|
# Directory to store images
|
||
|
|
#IMAGEDIR=${HOME}/virt/images
|
||
|
|
|
||
|
8 years ago
|
# Directory to store vms
|
||
|
|
#VMDIR=${HOME}/virt/vms
|
||
|
|
|
||
|
8 years ago
|
# Hypervisor bridge
|
||
|
|
#BRIDGE=virbr0
|
||
|
|
|
||
|
|
# SSH public key
|
||
|
|
#PUBKEY=${HOME}/.ssh/id_rsa.pub
|
||
|
|
|
||
|
|
# Distribution
|
||
|
|
#DISTRO=centos7
|
||
|
|
|
||
|
|
# MAC Address
|
||
|
|
#MACADDRESS=
|
||
|
|
|
||
|
|
# Timezone
|
||
|
|
#TIMEZONE=US/Eastern
|
||
|
|
|
||
|
8 years ago
|
# User
|
||
|
|
#ADDITIONAL_USER=${USER}
|
||
|
|
|
||
|
8 years ago
|
# Verbosity
|
||
|
|
#VERBOSE=0
|
||
|
7 years ago
|
|
||
|
|
|
||
|
|
#
|
||
|
|
# 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=""
|