en-US/Netboot_DHCP.xml en-US/Rescue_Mode.xml en-US/Trouble_During_common-partitions-para-1.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Mon Jan 11 04:07:41 UTC 2010


 en-US/Netboot_DHCP.xml                            |    4 +---
 en-US/Rescue_Mode.xml                             |    7 +------
 en-US/Trouble_During_common-partitions-para-1.xml |   11 +++++------
 3 files changed, 7 insertions(+), 15 deletions(-)

New commits:
commit 640a63f4b64d6984a1e0cfcd0ff4976683e1d6b5
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Mon Jan 11 14:04:29 2010 +1000

    Tweak some markup to match RHEL guide

diff --git a/en-US/Netboot_DHCP.xml b/en-US/Netboot_DHCP.xml
index 2875a5c..7f94507 100644
--- a/en-US/Netboot_DHCP.xml
+++ b/en-US/Netboot_DHCP.xml
@@ -28,9 +28,7 @@
 </para>
 
 
-<screen><computeroutput>allow booting; allow bootp; class "pxeclients" {    match if substring(option</computeroutput>
-<computeroutput>vendor-class-identifier, 0, 9) = "PXEClient";    next-server <replaceable>&lt;server-ip&gt;</replaceable>;</computeroutput>
-<computeroutput>filename "linux-install/pxelinux.0"; }</computeroutput></screen>
+<programlisting>allow booting; allow bootp; class "pxeclients" {    match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";    next-server <replaceable>&lt;server-ip&gt;</replaceable>; filename "linux-install/pxelinux.0"; }</programlisting>
 
 
 <para>
diff --git a/en-US/Rescue_Mode.xml b/en-US/Rescue_Mode.xml
index bd53994..c14ec9c 100644
--- a/en-US/Rescue_Mode.xml
+++ b/en-US/Rescue_Mode.xml
@@ -161,12 +161,7 @@
 		<para>
 			The following message is displayed:
 		</para>
-<screen><computeroutput>The rescue environment will now attempt to find your Linux installation and </computeroutput>
-<computeroutput>mount it under the directory /mnt/sysimage.  You can then make any changes </computeroutput>
-<computeroutput>required to your system.  If you want to proceed with this step choose </computeroutput>
-<computeroutput>'Continue'. You can also choose to mount your file systems read-only instead of</computeroutput>
-<computeroutput>read-write by choosing 'Read-only'.  If for some reason this process fails you </computeroutput>
-<computeroutput>can choose 'Skip' and this step will be skipped and you will go directly to a command shell.</computeroutput></screen>
+<blockquote><para>The rescue environment will now attempt to find your Linux installation and mount it under the directory /mnt/sysimage.  You can then make any changes required to your system.  If you want to proceed with this step choose 'Continue'. You can also choose to mount your file systems read-only instead of read-write by choosing 'Read-only'.  If for some reason this process fails you can choose 'Skip' and this step will be skipped and you will go directly to a command shell.</para></blockquote>
 
 		<para>
 			If you select <guibutton>Continue</guibutton>, it attempts to mount your file system under the directory <filename>/mnt/sysimage/</filename>. If it fails to mount a partition, it notifies you. If you select
diff --git a/en-US/Trouble_During_common-partitions-para-1.xml b/en-US/Trouble_During_common-partitions-para-1.xml
index c7d251e..251ead4 100644
--- a/en-US/Trouble_During_common-partitions-para-1.xml
+++ b/en-US/Trouble_During_common-partitions-para-1.xml
@@ -1,10 +1,9 @@
 <?xml version="1.0"?>
 <!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
-	  
-	  
-	  
 ]>
 
-<para>
-Error processing drive sda. Maybe it needs to be reinitialized. YOU WILL LOSE ALL DATA ON THIS DRIVE!
-</para>
\ No newline at end of file
+<blockquote>
+	<para>
+		Error processing drive sda. Maybe it needs to be reinitialized. YOU WILL LOSE ALL DATA ON THIS DRIVE!
+	</para>
+</blockquote>
\ No newline at end of file




More information about the docs-commits mailing list