[install-guide] Added a screenshot to Network Configuration in the Quickstart Guide

pbokoc pbokoc at fedoraproject.org
Tue Jul 9 16:02:10 UTC 2013


commit 9efc22a9c5f291382a83437f46b6524532afd6ce
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Tue Jul 9 18:01:51 2013 +0200

    Added a screenshot to Network Configuration in the Quickstart Guide

 en-US/Netconfig-x86.xml                       |    5 ++++-
 en-US/Netconfig_common-figure-6.xml           |   19 +++++++++++++++++++
 en-US/Netconfig_common-note-1.xml             |    2 +-
 en-US/images/netconfig/networkconfig-live.png |  Bin 0 -> 19526 bytes
 4 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Netconfig-x86.xml b/en-US/Netconfig-x86.xml
index cf4e847..f53d57e 100644
--- a/en-US/Netconfig-x86.xml
+++ b/en-US/Netconfig-x86.xml
@@ -29,7 +29,10 @@
 	<!--  Setup prompts you to supply a host name and domain name for this computer,  -->
 	
 	<xi:include href="Netconfig_common-note-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	    <!-- Valid Hostnames  --> 
+	<!-- Valid Hostnames  -->
+	
+	<xi:include href="Netconfig_common-figure-6.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="quick-start" />
+	<!-- Live Image Network Configuration -->
 	
 	<xi:include href="Netconfig_common-para-6.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="install-guide" />
 	<!--  If your Fedora system is connected directly to the Internet,  --> 
diff --git a/en-US/Netconfig_common-figure-6.xml b/en-US/Netconfig_common-figure-6.xml
new file mode 100644
index 0000000..36b3db5
--- /dev/null
+++ b/en-US/Netconfig_common-figure-6.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE figure PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<figure float="0">
+	<title>Configuring the Host Name</title>
+	 <mediaobject>
+		<imageobject>
+			<imagedata fileref="images/netconfig/networkconfig-live.png" format="PNG" scalefit="0" />
+		</imageobject>
+		 <textobject>
+			<para>
+				The <guilabel>Network Configuration</guilabel> screen as seen on the Fedora Live DVD. Only the <guilabel>Hostname</guilabel> field is shown, allowing you to set the computer's host name during the installation.
+			</para>
+		</textobject>
+	</mediaobject>
+</figure>
+
diff --git a/en-US/Netconfig_common-note-1.xml b/en-US/Netconfig_common-note-1.xml
index 68559e8..b8d3aab 100644
--- a/en-US/Netconfig_common-note-1.xml
+++ b/en-US/Netconfig_common-note-1.xml
@@ -4,7 +4,7 @@
 %BOOK_ENTITIES;
 ]>
 <note>
-	<title>Valid Hostnames</title>
+	<title>Valid Host Names</title>
 	 <para>
 		You may give your system any name provided that the full hostname is unique. The hostname may include letters, numbers and hyphens. Various programs provided by the Fedora distribution may prefer or require a FQDN as opposed to a short host name.
 	</para>
diff --git a/en-US/images/netconfig/networkconfig-live.png b/en-US/images/netconfig/networkconfig-live.png
new file mode 100644
index 0000000..024d263
Binary files /dev/null and b/en-US/images/netconfig/networkconfig-live.png differ


More information about the docs-commits mailing list