2 commits - en-US/pxe-server.xml

David Nalley ke4qqq at fedoraproject.org
Mon Oct 19 02:35:59 UTC 2009


 en-US/pxe-server.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 88b64753751670578911e61b08a329452ca5abd2
Author: David Nalley <ke4qqq at nalleyx60.(none)>
Date:   Sun Oct 18 22:22:48 2009 -0400

    replaced deprecated --mirror command with --path for cobbler stuff in pxe-server.xml bz 529461

diff --git a/en-US/pxe-server.xml b/en-US/pxe-server.xml
index 5338ba1..88b3595 100644
--- a/en-US/pxe-server.xml
+++ b/en-US/pxe-server.xml
@@ -147,7 +147,7 @@
 	  <replaceable>network_URI</replaceable> with the URI you found
 	  in <xref linkend="sn-cobbler-mirror"/>, and
 	  <replaceable>distro_name</replaceable> as above:</para>
-	<screen><command>cobbler import --mirror=<replaceable>network_URI</replaceable> --name=<replaceable>distro_name</replaceable></command></screen>
+	<screen><command>cobbler import --patch=<replaceable>network_URI</replaceable> --name=<replaceable>distro_name</replaceable></command></screen>
 	<important>
 	  <title>Importing a Source</title>
 	  <para>When <command>cobbler</command> imports a distribution
@@ -158,7 +158,7 @@
 	  distribution because clients can already reach its location,
 	  use the <option>--available-as</option> option.</para>
 	<screen><command>cobbler import --path=/mnt/dvd --name=<replaceable>distro_name</replaceable> --available-as=<replaceable>network_URI</replaceable></command>
-<command>cobbler import --mirror=<replaceable>network_URI</replaceable> --name=<replaceable>distro_name</replaceable> --available-as=<replaceable>network_URI</replaceable></command>
+<command>cobbler import --path=<replaceable>network_URI</replaceable> --name=<replaceable>distro_name</replaceable> --available-as=<replaceable>network_URI</replaceable></command>
 </screen>
 	<para>For <replaceable>nework_URI</replaceable>, substitute the
 	  appropriate network location of the distribution. This URI
@@ -166,7 +166,7 @@
 	  its clients.  The examples above assume that your
 	  <command>cobbler</command> server reaches the mirror location
 	  at the same URI as the clients.  If not, substitute an
-	  appropriate URI for the <option>--mirror</option> option.  The
+	  appropriate URI for the <option>--path</option> option.  The
 	  following examples are URI locations that work if you have
 	  been following the procedures in this section, and your
 	  server's IP address is <systemitem


commit f5a242c04056e2fac2fc1fc9e2dfad25609114da
Author: David Nalley <ke4qqq at nalleyx60.(none)>
Date:   Sun Oct 18 22:12:12 2009 -0400

    changing pxe-server.xml to reflect proper location for cobbler configuration file bz 529461

diff --git a/en-US/pxe-server.xml b/en-US/pxe-server.xml
index ab78ca9..5338ba1 100644
--- a/en-US/pxe-server.xml
+++ b/en-US/pxe-server.xml
@@ -48,7 +48,7 @@
 	command to check the settings:</para>
       <screen><command><![CDATA[cobbler check]]></command></screen>
       <para>Change the settings in the
-      <filename>/var/lib/cobbler/settings</filename> file to reflect the
+      <filename>/etc/cobbler/settings</filename> file to reflect the
       IP address information for the server.  You must change at least
       the <option>server</option> and <option>next_server</option>
       options, although these options may point to the same IP





More information about the Fedora-docs-commits mailing list