virt-install-cloud/config

26 lines
561 B
Plaintext

# Config file
# Don't edit this directly unless you really must and don't
# keep this tree under git control.
# To make changes, put overrides in config.local
# Directory for configs, templates, etc
# Leave undefined to have it auto detect to path where script is
# WORKING_DIR=
# KVM pool paths
POOL=images
POOL_PATH=/data/images
# vm prefs : specify vm preferences for your guest
BACKUP_ISO_FILES=no # yes or no
net_interface="bridge=${bridge},model=virtio"
# guest image format: qcow2 or raw
FORMAT=raw
# convert image format : yes or no
CONVERT=yes