diff options
Diffstat (limited to 'installer_templates')
-rw-r--r-- | installer_templates/settings.template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template index 94a69a1e..9b27dcc0 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -55,7 +55,11 @@ default_password_crypted: "\$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac." default_name_servers: [] # for libvirt based installs in koan, if no virt bridge -# is specified, which bridge do we try? +# is specified, which bridge do we try? For EL 4/5 hosts +# this should be xenbr0, for all versions of Fedora, try +# "virbr0". This can be overriden on a per-profile +# basis or at the koan command line though this saves +# typing to just set it here to the most common option. default_virt_bridge: xenbr0 # if koan is invoked without --virt-type and no virt-type |