23 lines
483 B
Plaintext
23 lines
483 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
|
|
|
|
# KVM pool paths
|
|
POOL=images
|
|
POOL_PATH=/data/images
|
|
POOL=${DEF_POOL}
|
|
POOL_PATH=${DEF_POOL_PATH}
|
|
|
|
# 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
|
|
|