[install-guide] Added Live Image column to 'Boot and Installation Media' table - BZ#904904

Jack Reed jjr at fedoraproject.org
Wed Mar 27 03:46:08 UTC 2013


commit f3a6407e0527954a0a6a02b673f2792b48a308cb
Author: Jack Reed <jreed at redhat.com>
Date:   Wed Mar 27 13:45:51 2013 +1000

    Added Live Image column to 'Boot and Installation Media' table - BZ#904904

 en-US/Making_Media.xml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Making_Media.xml b/en-US/Making_Media.xml
index 4a1bc1b..3a875ee 100644
--- a/en-US/Making_Media.xml
+++ b/en-US/Making_Media.xml
@@ -45,12 +45,13 @@
     
 	<table frame='all'>
 	    <title>Boot and installation media</title>
-	    <tgroup cols='5' align='left' colsep='1' rowsep='1'>
+	    <tgroup cols='6' align='left' colsep='1' rowsep='1'>
 		<colspec colname='c1'/>
 		<colspec colname='c2'/>
 		<colspec colname='c3'/>
 		<colspec colname='c4'/>
 		<colspec colname='c5'/>
+		<colspec colname='c6'/>
 	      <thead>
 		  <row>
 		    <entry>Architecture</entry>
@@ -58,6 +59,7 @@
 		    <entry>Installation USB flash drive</entry>
 		    <entry>Boot CD or boot DVD</entry>
 		    <entry>Boot USB flash drive</entry>
+		    <entry>Live image DVD or USB flash drive</entry>
 		  </row>
 	      </thead>
 	      <tbody>  
@@ -67,10 +69,11 @@
 		    <entry>x86 DVD ISO image file</entry>
 		    <entry>x86 netinst ISO image file</entry>
 		    <entry>x86 netinst ISO image file</entry>
+		    <entry>x86 Live ISO image file</entry>
 		  </row>
 		  <row>
 		    <entry>UEFI-based 32-bit x86</entry>
-		    <entry namest="c2" nameend="c5" align="center">Not available</entry>
+		    <entry namest="c2" nameend="c6" align="center">Not available</entry>
 		  </row>
 		  <row>
 		    <entry>BIOS-based AMD64 and Intel&nbsp;64</entry>
@@ -78,6 +81,7 @@
 		    <entry>x86_64 DVD ISO image file (to install 64-bit operating system) or x86 DVD ISO image file (to install 32-bit operating system)</entry>
 		    <entry>x86_64 netinst ISO image file</entry>
 		    <entry>x86_64 netinst ISO image file</entry>
+		    <entry>x86_64 Live ISO image file</entry>
 		  </row>
 		  <row>
 		    <entry>UEFI-based AMD64 and Intel&nbsp;64</entry>
@@ -85,6 +89,7 @@
 		    <entry>x86_64 DVD ISO image file</entry>
 		    <entry>x86_64 netinst ISO image file</entry>
 		    <entry>x86_64 netinst ISO image file</entry>
+		    <entry>x86_64 Live ISO image file</entry>
 		  </row>
 	      </tbody>
 	    </tgroup>


More information about the docs-commits mailing list