diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-12-16 15:24:05 -0500 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-12-16 15:24:05 -0500 |
commit | 33784bfc5d06d10c671c45acac5d810825b0b0b1 (patch) | |
tree | 62d40bde15462f6a8441197983bb38f70bf26558 /installer_templates | |
parent | fbc5744fc987b13f56c6e897c7ee26001a0e4b4b (diff) | |
download | cobbler-33784bfc5d06d10c671c45acac5d810825b0b0b1.tar.gz cobbler-33784bfc5d06d10c671c45acac5d810825b0b0b1.tar.xz cobbler-33784bfc5d06d10c671c45acac5d810825b0b0b1.zip |
add some comments about virt bridge setup
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 |