summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-15 16:40:26 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-15 16:40:26 -0500
commit7f07008198e5ec6c6d1c4e2d6809e2870b3809d0 (patch)
treefedb42e6d4b2d9dcdce3af56f482ea6174b4f899
parent24c9c45bf4b2bb8d69d5d2eb683fa55517d82444 (diff)
downloadthird_party-cobbler-7f07008198e5ec6c6d1c4e2d6809e2870b3809d0.tar.gz
third_party-cobbler-7f07008198e5ec6c6d1c4e2d6809e2870b3809d0.tar.xz
third_party-cobbler-7f07008198e5ec6c6d1c4e2d6809e2870b3809d0.zip
Fix broken links on cobbler.et.redhat.com
-rw-r--r--website/new/faq.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/new/faq.html b/website/new/faq.html
index 0aa89ab..9147adb 100644
--- a/website/new/faq.html
+++ b/website/new/faq.html
@@ -31,14 +31,14 @@ Cobbler runs on RHEL 4 and later, Fedora 5 and later, and Centos 4 and later. K
<a name="reinstalls">
<dt>What are my non-PXE install options?</dt>
</a>
- <dd>Cobbler's helper program koan can be used on the target system to reinstall it's operating system with another operating system. This solution is ideal for those users who can not take advantage of PXE due to hardware, network, or policy constraints. For more information, see the <A HREF="./koan-manpage.php">koan</A> manpage documentation.
+ <dd>Cobbler's helper program koan can be used on the target system to reinstall it's operating system with another operating system. This solution is ideal for those users who can not take advantage of PXE due to hardware, network, or policy constraints. For more information, see the <A HREF="./koan.html">koan</A> manpage documentation.
<br />
<a href="#questions" class="back-to-top">Back to top</a>
</dd>
<a name="virt">
<dt>How are virtual systems installed?</dt>
</a>
- <dd>Cobbler's helper program, koan, when invoked on the remote host system, pulls down information from the remote cobbler server to begin a fully automated installation of a virtual guest. This works out of the box for any distribution that contains a Xen kernel. For more information, see the <A HREF="./koan-manpage.php">koan</A> manpage documentation.
+ <dd>Cobbler's helper program, koan, when invoked on the remote host system, pulls down information from the remote cobbler server to begin a fully automated installation of a virtual guest. This works out of the box for any distribution that contains a Xen kernel. For more information, see the <A HREF="./koan.html">koan</A> manpage documentation.
<br />
<a href="#questions" class="back-to-top">Back to top</a>
</dd>
@@ -49,7 +49,7 @@ Cobbler runs on RHEL 4 and later, Fedora 5 and later, and Centos 4 and later. K
<dd>
When the administrator on the Cobbler server runs Cobbler commands, cobbler updates a configuration tree, which is stored in /var/lib/cobbler. Data from this configuration database is used to update various entities on the target operating system. Cobbler will restart services, as well as create trees of files in /tftpboot and /var/www/cobbler -- for use with PXE and koan, respectively.
<br/>
-Koan interacts with cobbler by retrieving data over XMLRPC. Cobbler serves up XMLRPC using "cobblerd", which also has the dual purpose of logging syslog data from kickstart -- which is used in Cobbler's kickstart tracking feature. For a better understanding of how this works, see the <A HREF="./cobbler-manpage.php">Cobbler</A> manpage documentation.
+Koan interacts with cobbler by retrieving data over XMLRPC. Cobbler serves up XMLRPC using "cobblerd", which also has the dual purpose of logging syslog data from kickstart -- which is used in Cobbler's kickstart tracking feature. For a better understanding of how this works, see the <A HREF="./cobbler.html">Cobbler</A> manpage documentation.
<a href="#questions" class="back-to-top">Back to top</a>
</dd>