[install-guide] Changed 'diskette' to 'disk' in driverdisk kickstart command description

Jack Reed jjr at fedoraproject.org
Mon Mar 18 05:47:45 UTC 2013


commit 6230c534932435ddf99e23fd5ad9c495987a0efd
Author: Jack Reed <jreed at redhat.com>
Date:   Mon Mar 18 15:46:26 2013 +1000

    Changed 'diskette' to 'disk' in driverdisk kickstart command description

 en-US/Kickstart2.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml
index f7a085e..e707f5e 100644
--- a/en-US/Kickstart2.xml
+++ b/en-US/Kickstart2.xml
@@ -736,12 +736,12 @@ If the <command>clearpart</command> command is used, then the <command>--onpart<
 					<secondary><command>driverdisk</command>
 					</secondary>
 				</indexterm>
-						Driver diskettes can be used during kickstart installations. You must copy the driver diskettes's contents to the root directory of a partition on the system's hard drive. Then you must use the <command>driverdisk</command> command to
+						Driver disks can be used during kickstart installations. You must copy the driver disks's contents to the root directory of a partition on the system's hard drive. Then you must use the <command>driverdisk</command> command to
 						tell the installation program where to look for the driver disk.
 					</para>
 <screen>driverdisk <replaceable>&lt;partition&gt;</replaceable> --source=<replaceable>&lt;url&gt;</replaceable> --biospart=<replaceable>&lt;biospart&gt;</replaceable> [--type=<replaceable>&lt;fstype&gt;</replaceable>]</screen>
 					<para>
-						Alternatively, a network location can be specified for the driver diskette:
+						Alternatively, a network location can be specified for the driver disk:
 					</para>
 <screen>driverdisk --source=ftp://path/to/dd.img
 driverdisk --source=http://path/to/dd.img


More information about the docs-commits mailing list