[install-guide] Added warning about data on disks during auto partitioning

Jack Reed jjr at fedoraproject.org
Thu Jan 24 06:05:52 UTC 2013


commit 5ef5463ad4206f59f80106e690d57358ca5f6bb6
Author: Jack Reed <jreed at redhat.com>
Date:   Thu Jan 24 16:05:40 2013 +1000

    Added warning about data on disks during auto partitioning

 en-US/Automatic_Partitioning_quickstart-note-1.xml |   11 +++++++++++
 en-US/Disk_Partitioning_Setup-x86.xml              |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Automatic_Partitioning_quickstart-note-1.xml b/en-US/Automatic_Partitioning_quickstart-note-1.xml
new file mode 100644
index 0000000..5d3bebf
--- /dev/null
+++ b/en-US/Automatic_Partitioning_quickstart-note-1.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE important 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;
+]>
+<warning>
+	 <para>
+		All data will be erased during installation from the disks you select at this stage. Do not select disks that contain data you want to preserve.
+	</para>
+</warning>
+
diff --git a/en-US/Disk_Partitioning_Setup-x86.xml b/en-US/Disk_Partitioning_Setup-x86.xml
index 04acef5..d99b696 100644
--- a/en-US/Disk_Partitioning_Setup-x86.xml
+++ b/en-US/Disk_Partitioning_Setup-x86.xml
@@ -34,7 +34,8 @@
 	     Caution
 	     Use free space on selected drives and create default layout  --> <xi:include href="Automatic_Partitioning_common-para-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	 <!--  Choose your preferred partitioning method...  --> <xi:include href="Automatic_Partitioning_common-para-5.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="install-guide" />
-	 <!--  To encrypt all partitions except the /boot partition...   --> <xi:include href="Automatic_Partitioning_common-para-6.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	 <!--  To encrypt all partitions except the /boot partition...   --> <xi:include href="Automatic_Partitioning_quickstart-note-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="quick-start" />
+	 <!--  During installation, all data will be erased...  --> <xi:include href="Automatic_Partitioning_common-para-6.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	 <!--  Click Continue once you have made your selections...   --> <xi:include href="Automatic_Partitioning_common-para-3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	 <!--  The Installation Options dialog now appears...  --> <xi:include href="Disk_Partitioning_Setup_common-figure-2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="install-guide" />
 	 <!--  Choose automatic partitioning or manual partitioning...  --> <xi:include href="Disk_Partitioning_Setup_quickstart-figure-1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" condition="quick-start" />


More information about the docs-commits mailing list