[install-guide] Add a mention of the summary and confirmation screen presented after manual partitioning.

Pete Travis immanetize at fedoraproject.org
Sat Dec 21 06:52:57 UTC 2013


commit 6eaeec99b4cededf8b08649cd303e3ae367df7a2
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Fri Dec 20 23:52:51 2013 -0700

    Add a mention of the summary and confirmation screen presented after manual partitioning.

 en-US/Disk_Partitioning-x86.xml           |    4 +++-
 en-US/Disk_Partitioning_Confirm.xml       |   25 +++++++++++++++++++++++++
 en-US/images/diskpartitioning/confirm.png |  Bin 0 -> 57630 bytes
 3 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Disk_Partitioning-x86.xml b/en-US/Disk_Partitioning-x86.xml
index 280f406..58df1a9 100644
--- a/en-US/Disk_Partitioning-x86.xml
+++ b/en-US/Disk_Partitioning-x86.xml
@@ -29,7 +29,9 @@
 	 <!--  Create Software RAID  --> <xi:include href="Create_LVM-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	 <!--  Create LVM Logical Volume  --> <xi:include href="Create_Btrfs-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	 <!--  Create a Btrfs Volume  --> <xi:include href="Disk_Partitioning_Scheme-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-	 <!--  Recommended Partitioning Scheme  -->
+   <!--  Recommended Partitioning Scheme  -->
+   <xi:include href="Disk_Partitioning_Confirm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <!-- Confirm summary of changes -->
 </section>
 
 
diff --git a/en-US/Disk_Partitioning_Confirm.xml b/en-US/Disk_Partitioning_Confirm.xml
new file mode 100644
index 0000000..5f19659
--- /dev/null
+++ b/en-US/Disk_Partitioning_Confirm.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section 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;
+ ]>
+ 
+ <section id="s1-diskpartitioning-confirm">
+   <title>Review and Confirm Custom Partition Layout</title>
+   <para>
+     After manually configuring a partition layout, you are given a summary of changes to be made to the disk. Review the summary to ensure that the installation will proceed as expected, and that no filesystems with important data will be lost.
+     <figure float="0">
+       <title>Summary of Changes</title>
+       <mediaobject>
+         <imageobject>
+           <imagedata fileref="images/diskpartitioning/btrfs.png" format="PNG" width="660" />
+         </imageobject>
+       <textobject>
+         <para>
+           The itemized summary of devices to be created or destroyed as a result of manual partitioning.
+         </para>
+       </textobject>                                                       
+     </mediaobject>
+    </figure>
+  </para>
+</section>
diff --git a/en-US/images/diskpartitioning/confirm.png b/en-US/images/diskpartitioning/confirm.png
new file mode 100644
index 0000000..34b29d8
Binary files /dev/null and b/en-US/images/diskpartitioning/confirm.png differ


More information about the docs-commits mailing list