[install-guide] Creating child files of firstboot file for Quick Start Guide consolidation

Jack Reed jjr at fedoraproject.org
Wed Jan 23 05:07:34 UTC 2013


commit 8958ab4e9757bc98263af43eef9549077e35e4e4
Author: Jack Reed <jreed at redhat.com>
Date:   Wed Jan 23 15:07:17 2013 +1000

    Creating child files of firstboot file for Quick Start Guide consolidation

 en-US/firstboot-datetime.xml   |   43 +++++++
 en-US/firstboot-license.xml    |   27 +++++
 en-US/firstboot-smolt.xml      |   44 +++++++
 en-US/firstboot-systemuser.xml |  131 ++++++++++++++++++++++
 en-US/firstboot-welcome.xml    |   46 ++++++++
 en-US/firstboot.xml            |  241 ++-------------------------------------
 6 files changed, 304 insertions(+), 228 deletions(-)
---
diff --git a/en-US/firstboot-datetime.xml b/en-US/firstboot-datetime.xml
new file mode 100644
index 0000000..cf6ef1c
--- /dev/null
+++ b/en-US/firstboot-datetime.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<!-- TEXT FROM firstboot.xml -->
+
+<section id="sn-firstboot-datetime">
+		<title>Date and Time</title>
+	    
+		<indexterm>
+			<primary>NTP (Network Time Protocol)</primary>
+		</indexterm>
+
+		<para condition="install-guide">
+			Use this screen to adjust the date and time of the system clock. To change these settings after installation, click <menuchoice> <guimenu>System</guimenu> <guisubmenu>Administration</guisubmenu> <guimenuitem>Date &amp; Time</guimenuitem> </menuchoice>. 
+		</para>
+		
+		<para condition="quick-start">
+			If your system does not have Internet access or a network time server, manually set the date and time for your system on this screen. Otherwise, click the <guilabel>Synchronize date and time over the network</guilabel> checkbox to configure your system to use
+			<indexterm>
+			  <primary>NTP (Network Time Protocol)</primary>
+			</indexterm>
+			<firstterm>NTP</firstterm> (Network Time Protocol) servers to maintain the accuracy of the clock. NTP provides time synchronization service to computers on the same network. The Internet contains many computers that offer public NTP services.
+		</para>
+	    
+		<figure float="0"><title>Firstboot date and time screen</title>
+			<mediaobject>
+				<imageobject><imagedata fileref="images/firstboot/fb-datetime.png" format="PNG"/></imageobject>
+				<textobject><para>
+						Firstboot date and time screen
+					</para>
+				</textobject>
+			</mediaobject>
+		</figure>
+
+		<para condition="install-guide">
+			Click the <guilabel>Synchronize date and time over the network</guilabel> checkbox to configure your system to use <firstterm>Network Time Protocol</firstterm> (NTP) servers to maintain the accuracy of the clock. NTP provides time synchronization service to computers on the same network. Many public NTP servers are available on the Internet. 
+		</para>
+
+	    
+
+</section>
diff --git a/en-US/firstboot-license.xml b/en-US/firstboot-license.xml
new file mode 100644
index 0000000..2134561
--- /dev/null
+++ b/en-US/firstboot-license.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<!-- TEXT FROM firstboot.xml -->
+
+<section id="sn-firstboot-license">
+		<title>License Agreement</title>
+
+		<para>
+		      This screen displays the overall licensing terms for Fedora. Each software package in Fedora is covered by its own license.  All licensing guidelines for Fedora are located at <ulink url="http://fedoraproject.org/wiki/Legal/Licenses"/>. 
+		</para>
+
+		<figure float="0"><title>Firstboot license screen</title>
+			<mediaobject>
+				<imageobject><imagedata fileref="images/firstboot/fb-license.png" format="PNG"/></imageobject>
+				<textobject><para>
+						Firstboot license screen
+					</para>
+				</textobject>
+			</mediaobject>
+		</figure>
+		<para>
+			If you agree to the terms of the licence, click <guibutton>Forward</guibutton>.
+		</para>
+	</section>
diff --git a/en-US/firstboot-smolt.xml b/en-US/firstboot-smolt.xml
new file mode 100644
index 0000000..dac182e
--- /dev/null
+++ b/en-US/firstboot-smolt.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<!-- TEXT FROM firstboot.xml -->
+<section id="sn-smolt">
+    <title>Hardware Profile</title>
+    <para>
+      <application>Firstboot</application> displays a screen that
+      allows you to submit your hardware information anonymously to the
+      Fedora Project.  Developers use these hardware details to guide further
+      support efforts.  You can read more about this project and its
+      development at <ulink url="http://smolts.org/"/>.
+    </para>
+    
+<figure float="0"><title>Firstboot hardware profile screen</title>
+	<mediaobject>
+		<imageobject><imagedata fileref="images/firstboot/fb-profile.png" format="PNG"/></imageobject>
+		<textobject><para>
+				Firstboot hardware profile screen
+			</para>
+		</textobject>
+	</mediaobject>
+</figure>
+
+    
+    <para>
+      To opt in to this important work, select <guilabel>Send
+      Profile</guilabel>.  If you choose not to submit any profile data,
+      do not change the default.  Select <guilabel>Finish</guilabel> to
+      continue to the login screen.
+    </para>
+    <important condition="install-guide">
+      <title>Update Your System</title>
+
+      <para>
+        To ensure the security of your system, run a package update
+        after the installation completes.
+        <xref linkend="ch-next-steps" /> explains how to update your
+        Fedora system.
+      </para>
+    </important>
+  </section> 
\ No newline at end of file
diff --git a/en-US/firstboot-systemuser.xml b/en-US/firstboot-systemuser.xml
new file mode 100644
index 0000000..1e5628c
--- /dev/null
+++ b/en-US/firstboot-systemuser.xml
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<!-- TEXT FROM firstboot.xml -->
+
+ <section id="sn-firstboot-systemuser">
+		<title>Create User</title>
+
+		<para>
+			Create a user account for yourself with this screen. Always use this account to log in to your Fedora system, rather than using the <systemitem class="username">root</systemitem> account.
+		</para>
+
+		<figure float="0"><title>Firstboot create user screen</title>
+		  <mediaobject>
+			  <imageobject><imagedata fileref="images/firstboot/fb-createuser.png" format="PNG"/></imageobject>
+			  <textobject><para>
+					  Firstboot create user screen
+				  </para>
+			  </textobject>
+		  </mediaobject>
+		</figure>
+
+
+		<para condition="install-guide">
+			Enter a user name and your full name, and then enter your chosen password. Type your password once more in the <guilabel>Confirm Password</guilabel> box to ensure that it is correct. <!-- FIXME Refer to <xref linkend="sn-account_configuration" /> for guidelines on selecting a secure password. -->
+		</para>
+		<para condition="install-guide">
+			Check the <guilabel>Add to Administrators group</guilabel> box if you would like administrative privileges. This will place you in the wheel group, which gives you access to all administrative functions, including installing and updating software, creating and altering configuration files, and administering other users.
+		</para>
+		<para condition="install-guide">
+			To configure Fedora to use network services for authentication of user information, click <guibutton>Use Network Login</guibutton>. Refer to <xref linkend="sn-firstboot-authentication"/> for further details.
+		</para>
+		<para condition="install-guide">
+		  To create additional users or customise your first user account, click <guibutton>Advanced</guibutton> to open the <application>User Manager</application>.
+		</para>
+		
+		<figure float="0" condition="install-guide"><title>User Manager</title>
+		  <mediaobject>
+			  <imageobject><imagedata fileref="images/firstboot/fb-createuser-usermanager.png" format="PNG"/></imageobject>
+			  <textobject><para>
+					  Firstboot user manager screen
+				  </para>
+			  </textobject>
+		  </mediaobject>
+		</figure>
+		
+		<para condition="install-guide">
+		  In <application>User Manager</application> you can edit various properties, such as a private group for the user, the preferred login shell, and user and group IDs.
+		</para>
+		
+		<important condition="install-guide">
+			<title>Important — Create at least one user account</title>
+			<para>
+				If you do not create at least one user account in this step, you will not be able to log in to the Fedora graphical environment. If you skipped this step during installation, refer to <xref linkend="Trouble_After_Booting-GUI"/>.
+			</para>
+		</important>
+		<note condition="install-guide">
+			<title>Note — Creating Extra User Accounts</title>
+			<para>
+				To add additional user accounts to your system after the installation is complete, choose <menuchoice> <guimenu>System</guimenu> <guisubmenu>Administration</guisubmenu> <guimenuitem>Users &amp; Groups</guimenuitem> </menuchoice>.
+			</para>
+		</note>
+		
+		<section id="sn-firstboot-authentication" condition="install-guide">
+			<title>Authentication Configuration</title>
+			
+			<para>
+				If you clicked <guibutton>Use Network Login</guibutton> on the <guilabel>Create User</guilabel> screen, you must now specify how users are to be authenticated on the system. Use the drop-down menu to select from the following types of user database:
+			</para>
+			<itemizedlist>
+				<listitem>
+					<para>
+						<guimenuitem>Local accounts only</guimenuitem> (for use when the user database on the network is not accessible)
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<guimenuitem>LDAP</guimenuitem> (Lightweight Directory Access Protocol)
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<guimenuitem>NIS</guimenuitem> (Network Information Service)
+					</para>
+				</listitem>
+				<listitem>
+					<para>
+						<guimenuitem>Winbind</guimenuitem> (for use with Microsoft Active Directory)
+					</para>
+				</listitem>
+			</itemizedlist>
+			<figure float="0"><title>Firstboot Authentication Configuration screen</title>
+			  <mediaobject>
+				  <imageobject><imagedata fileref="images/firstboot/fb-authentication.png" format="PNG"/></imageobject>
+				  <textobject><para>
+						  Firstboot Authentication Configuration screen
+					  </para>
+				  </textobject>
+			  </mediaobject>
+			</figure>
+			<para>
+				When you select the type of user database appropriate for your network, you must provide additional details relevant to that database type. For example, if you select <literal>LDAP</literal>, you must specify the <firstterm>base distinguished name</firstterm> for LDAP searches, and the address of the LDAP server. You must also select an <guilabel>Authentication Method</guilabel> relevant to the type of user database that you chose, for example, a Kerberos password, LDAP password, or NIS password. 
+			</para>
+			<para>
+				The <guilabel>Advanced Options</guilabel> tab lets you enable other authentication mechanisms, including fingerprint readers, smart cards, and local access control in <filename>/etc/security/access.conf</filename>. 
+			</para>
+			<figure float="0"><title>Firstboot authentication Advanced Options screen</title>
+			  <mediaobject>
+				  <imageobject><imagedata fileref="images/firstboot/fb-auth-advanced.png" format="PNG"/></imageobject>
+				  <textobject><para>
+						  Firstboot authentication Advanced Options screen
+					  </para>
+				  </textobject>
+			  </mediaobject>
+			</figure>
+			<para>
+			  The <guilabel>Password Options</guilabel> tab lets you set format requirements for user passwords, including minimum length and required character classes such as lower case, upper case, and numbers.
+			</para>
+			<figure float="0"><title>Firstboot authentication Password Options screen</title>
+			  <mediaobject>
+				  <imageobject><imagedata fileref="images/firstboot/fb-auth-passwd.png" format="PNG"/></imageobject>
+				  <textobject><para>
+						  Firstboot authentication Password Options screen
+					  </para>
+				  </textobject>
+			  </mediaobject>
+			</figure>
+		</section>
+	</section>
\ No newline at end of file
diff --git a/en-US/firstboot-welcome.xml b/en-US/firstboot-welcome.xml
new file mode 100644
index 0000000..033ab26
--- /dev/null
+++ b/en-US/firstboot-welcome.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<!-- TEXT FROM firstboot.xml -->
+
+<section id="sn-firstboot-welcome">
+  <title condition="quick-start">Firstboot</title>
+  <title condition="install-guide">Welcome</title>
+
+<!--  
+  <indexterm>
+    <primary>Firstboot</primary>
+  </indexterm> -->
+  <para>
+    <application>Firstboot</application> launches the first time
+    that you start a new Fedora system. Use <application>Firstboot</application> to configure the system for use before you log
+    in.
+  </para>
+  
+<figure float="0"><title>Firstboot welcome screen</title>
+	<mediaobject>
+		<imageobject><imagedata fileref="images/firstboot/fb-welcome.png" format="PNG"/></imageobject>
+		<textobject><para>
+				Firstboot welcome screen
+			</para>
+		</textobject>
+	</mediaobject>
+</figure>
+  
+  <para>
+    Select <guibutton>Forward</guibutton> to start 
+    <application>Firstboot</application>.
+  </para>
+  
+</section>
+<!--   <note>
+    <title>Graphical Interface Required</title>
+
+    <para>
+      <application>Firstboot</application> requires a graphical
+      interface.  If you did not install one, or if Fedora has trouble
+      starting it, you may see a slightly different setup screen.
+    </para>
+  </note> -->
diff --git a/en-US/firstboot.xml b/en-US/firstboot.xml
index 7468c83..0c153f2 100644
--- a/en-US/firstboot.xml
+++ b/en-US/firstboot.xml
@@ -6,33 +6,27 @@
 <!-- $Id: -->
 
 <chapter id="ch-firstboot">
+	
 	<title>Firstboot</title>
 	<indexterm>
 		<primary>Firstboot</primary>
 	</indexterm>
-	<important>
+	<important condition="install-guide">
 		<title>Important — Firstboot not available after text-mode installation</title>
 		<para>
 			Firstboot is only available on systems after a graphical installation or after a kickstart installation where a desktop and the X window system were installed and graphical login was enabled.  If you performed a text-mode installation or a kickstart installation that did not include a desktop and the X window system, the <application>Firstboot</application> configuration tool does not appear.
 		</para>
 	</important>
-	<para>
-		<application>Firstboot</application> launches the first time that you start a new Fedora system. Use <application>Firstboot</application> to configure the system for use before you log in.
-	</para>
-  
-	<figure float="0"><title>Firstboot welcome screen</title>
-		<mediaobject>
-			<imageobject><imagedata fileref="images/firstboot/fb-welcome.png" format="PNG"/></imageobject>
-			<textobject><para>
-					Firstboot welcome screen
-				</para>
-			</textobject>
-		</mediaobject>
-	</figure>
-  
-	<para>
-		Select <guibutton>Forward</guibutton> to start <application>Firstboot</application>.
-	</para>
+
+	<xi:include href="firstboot-welcome.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="firstboot-license.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="firstboot-systemuser.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="firstboot-datetime.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	
+	<xi:include href="firstboot-smolt.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   
 <!--  <note>
     <title>Graphical Interface Required</title>
@@ -43,27 +37,7 @@
       starting it, you may see a slightly different setup screen.
     </para>
   </note> -->
-  
-	<section id="sn-firstboot-license">
-		<title>License Agreement</title>
 
-		<para>
-		      This screen displays the overall licensing terms for Fedora. Each software package in Fedora is covered by its own license.  All licensing guidelines for Fedora are located at <ulink url="http://fedoraproject.org/wiki/Legal/Licenses"/>. 
-		</para>
-
-		<figure float="0"><title>Firstboot license screen</title>
-			<mediaobject>
-				<imageobject><imagedata fileref="images/firstboot/fb-license.png" format="PNG"/></imageobject>
-				<textobject><para>
-						Firstboot license screen
-					</para>
-				</textobject>
-			</mediaobject>
-		</figure>
-		<para>
-			If you agree to the terms of the licence, select <guilabel>Yes, I agree to the License Agreement</guilabel> and click <guibutton>Forward</guibutton>.
-		</para>
-	</section>
 <!--  
 	<section id="sn-firstboot-updates">
 		<title>Set Up Software Updates</title>
@@ -165,159 +139,7 @@
 		
 	</section>
 -->  
-	<section id="sn-firstboot-systemuser">
-		<title>Create User</title>
-
-		<para>
-			Create a user account for yourself with this screen. Always use this account to log in to your Fedora system, rather than using the <systemitem class="username">root</systemitem> account.
-		</para>
-
-		<figure float="0"><title>Firstboot create user screen</title>
-		  <mediaobject>
-			  <imageobject><imagedata fileref="images/firstboot/fb-createuser.png" format="PNG"/></imageobject>
-			  <textobject><para>
-					  Firstboot create user screen
-				  </para>
-			  </textobject>
-		  </mediaobject>
-		</figure>
-
-
-		<para>
-			Enter a user name and your full name, and then enter your chosen password. Type your password once more in the <guilabel>Confirm Password</guilabel> box to ensure that it is correct. <!-- FIXME Refer to <xref linkend="sn-account_configuration" /> for guidelines on selecting a secure password. -->
-		</para>
-		<para>
-			Check the <guilabel>Add to Administrators group</guilabel> box if you would like administrative privileges. This will place you in the wheel group, which gives you access to all administrative functions, including installing and updating software, creating and altering configuration files, and administering other users.
-		</para>
-		<para>
-			To configure Fedora to use network services for authentication of user information, click <guibutton>Use Network Login</guibutton>. Refer to <xref linkend="sn-firstboot-authentication"/> for further details.
-		</para>
-		<para>
-		  To create additional users or customise your first user account, click <guibutton>Advanced</guibutton> to open the <application>User Manager</application>.
-		</para>
-		
-		<figure float="0"><title>User Manager</title>
-		  <mediaobject>
-			  <imageobject><imagedata fileref="images/firstboot/fb-createuser-usermanager.png" format="PNG"/></imageobject>
-			  <textobject><para>
-					  Firstboot user manager screen
-				  </para>
-			  </textobject>
-		  </mediaobject>
-		</figure>
-		
-		<para>
-		  In <application>User Manager</application> you can edit various properties, such as a private group for the user, the preferred login shell, and user and group IDs.
-		</para>
-		
-		<important>
-			<title>Important — Create at least one user account</title>
-			<para>
-				If you do not create at least one user account in this step, you will not be able to log in to the Fedora graphical environment. If you skipped this step during installation, refer to <xref linkend="Trouble_After_Booting-GUI"/>.
-			</para>
-		</important>
-		<note>
-			<title>Note — Creating Extra User Accounts</title>
-			<para>
-				To add additional user accounts to your system after the installation is complete, choose <menuchoice> <guimenu>System</guimenu> <guisubmenu>Administration</guisubmenu> <guimenuitem>Users &amp; Groups</guimenuitem> </menuchoice>.
-			</para>
-		</note>
-		
-		<section id="sn-firstboot-authentication">
-			<title>Authentication Configuration</title>
-			
-			<para>
-				If you clicked <guibutton>Use Network Login</guibutton> on the <guilabel>Create User</guilabel> screen, you must now specify how users are to be authenticated on the system. Use the drop-down menu to select from the following types of user database:
-			</para>
-			<itemizedlist>
-				<listitem>
-					<para>
-						<guimenuitem>Local accounts only</guimenuitem> (for use when the user database on the network is not accessible)
-					</para>
-				</listitem>
-				<listitem>
-					<para>
-						<guimenuitem>LDAP</guimenuitem> (Lightweight Directory Access Protocol)
-					</para>
-				</listitem>
-				<listitem>
-					<para>
-						<guimenuitem>NIS</guimenuitem> (Network Information Service)
-					</para>
-				</listitem>
-				<listitem>
-					<para>
-						<guimenuitem>Winbind</guimenuitem> (for use with Microsoft Active Directory)
-					</para>
-				</listitem>
-			</itemizedlist>
-			<figure float="0"><title>Firstboot Authentication Configuration screen</title>
-			  <mediaobject>
-				  <imageobject><imagedata fileref="images/firstboot/fb-authentication.png" format="PNG"/></imageobject>
-				  <textobject><para>
-						  Firstboot Authentication Configuration screen
-					  </para>
-				  </textobject>
-			  </mediaobject>
-			</figure>
-			<para>
-				When you select the type of user database appropriate for your network, you must provide additional details relevant to that database type. For example, if you select <literal>LDAP</literal>, you must specify the <firstterm>base distinguished name</firstterm> for LDAP searches, and the address of the LDAP server. You must also select an <guilabel>Authentication Method</guilabel> relevant to the type of user database that you chose, for example, a Kerberos password, LDAP password, or NIS password. 
-			</para>
-			<para>
-				The <guilabel>Advanced Options</guilabel> tab lets you enable other authentication mechanisms, including fingerprint readers, smart cards, and local access control in <filename>/etc/security/access.conf</filename>. 
-			</para>
-			<figure float="0"><title>Firstboot authentication Advanced Options screen</title>
-			  <mediaobject>
-				  <imageobject><imagedata fileref="images/firstboot/fb-auth-advanced.png" format="PNG"/></imageobject>
-				  <textobject><para>
-						  Firstboot authentication Advanced Options screen
-					  </para>
-				  </textobject>
-			  </mediaobject>
-			</figure>
-			<para>
-			  The <guilabel>Password Options</guilabel> tab lets you set format requirements for user passwords, including minimum length and required character classes such as lower case, upper case, and numbers.
-			</para>
-			<figure float="0"><title>Firstboot authentication Password Options screen</title>
-			  <mediaobject>
-				  <imageobject><imagedata fileref="images/firstboot/fb-auth-passwd.png" format="PNG"/></imageobject>
-				  <textobject><para>
-						  Firstboot authentication Password Options screen
-					  </para>
-				  </textobject>
-			  </mediaobject>
-			</figure>
-		</section>
-	</section>
 
-	<section id="sn-firstboot-datetime">
-		<title>Date and Time</title>
-	    
-		<indexterm>
-			<primary>NTP (Network Time Protocol)</primary>
-		</indexterm>
-
-		<para>
-			Use this screen to adjust the date and time of the system clock. To change these settings after installation, click <menuchoice> <guimenu>System</guimenu> <guisubmenu>Administration</guisubmenu> <guimenuitem>Date &amp; Time</guimenuitem> </menuchoice>. 
-		</para>
-	    
-		<figure float="0"><title>Firstboot date and time screen</title>
-			<mediaobject>
-				<imageobject><imagedata fileref="images/firstboot/fb-datetime.png" format="PNG"/></imageobject>
-				<textobject><para>
-						Firstboot date and time screen
-					</para>
-				</textobject>
-			</mediaobject>
-		</figure>
-
-		<para>
-			Click the <guilabel>Synchronize date and time over the network</guilabel> checkbox to configure your system to use <firstterm>Network Time Protocol</firstterm> (NTP) servers to maintain the accuracy of the clock. NTP provides time synchronization service to computers on the same network. Many public NTP servers are available on the Internet. 
-		</para>
-
-	    
-
-	</section>
 <!--
 	<section id="sn-firstboot-kdump">
 		<title>Kdump</title>
@@ -356,44 +178,7 @@
 	   
 	  </section>
 -->  
- <section id="sn-smolt">
-    <title>Hardware Profile</title>
-    <para>
-      <application>Firstboot</application> displays a screen that
-      allows you to submit your hardware information anonymously to the
-      Fedora Project.  Developers use these hardware details to guide further
-      support efforts.  You can read more about this project and its
-      development at <ulink url="http://smolts.org/"/>.
-    </para>
-    
-<figure float="0"><title>Firstboot hardware profile screen</title>
-	<mediaobject>
-		<imageobject><imagedata fileref="images/firstboot/fb-profile.png" format="PNG"/></imageobject>
-		<textobject><para>
-				Firstboot hardware profile screen
-			</para>
-		</textobject>
-	</mediaobject>
-</figure>
-
-    
-    <para>
-      To opt in to this important work, select <guilabel>Send
-      Profile</guilabel>.  If you choose not to submit any profile data,
-      do not change the default.  Select <guilabel>Finish</guilabel> to
-      continue to the login screen.
-    </para>
-    <important>
-      <title>Update Your System</title>
-
-      <para>
-        To ensure the security of your system, run a package update
-        after the installation completes.
-        <xref linkend="ch-next-steps" /> explains how to update your
-        Fedora system.
-      </para>
-    </important>
-  </section> 
+ 
 </chapter>
 
 


More information about the docs-commits mailing list