summaryrefslogtreecommitdiff
path: root/en/install-methods
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-02-27 12:58:15 +0000
committerFrans Pop <elendil@planet.nl>2007-02-27 12:58:15 +0000
commit859125b2a7cff2a0a90eaed179c7d3558f9d735a (patch)
tree79f2be9e03ec1e8abe96727cd7e2513d7d8fe731 /en/install-methods
parentc426a6f49d1cb93a992cad5c6c79561b2bd467c1 (diff)
downloadinstallation-guide-859125b2a7cff2a0a90eaed179c7d3558f9d735a.zip
- Make a bit more clear how to retrieve floppy images
- Fix minor whitespace errors when using <phrase>
Diffstat (limited to 'en/install-methods')
-rw-r--r--en/install-methods/create-floppy.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/en/install-methods/create-floppy.xml b/en/install-methods/create-floppy.xml
index 2b31174e1..fb384b4ab 100644
--- a/en/install-methods/create-floppy.xml
+++ b/en/install-methods/create-floppy.xml
@@ -37,6 +37,14 @@ different platforms.
</para><para>
+Before you can create the floppies, you will first need to download them
+from one of the Debian mirrors, as explained in
+<xref linkend="downloading-files"/>. <phrase arch="i386">If you already
+have an installation CD-ROM or DVD, the floppy images may also be included
+on the CD/DVD.</phrase>
+
+</para><para>
+
No matter which method you use to create your floppies, you should
remember to flip the write-protect tab on the floppies once you have
written them, to ensure they are not damaged unintentionally.
@@ -55,20 +63,17 @@ $ dd if=<replaceable>filename</replaceable> of=/dev/fd0 bs=1024 conv=sync ; sync
</screen></informalexample>
where <replaceable>filename</replaceable> is one of the floppy disk image
-files (see <xref linkend="downloading-files"/> for what
-<replaceable>filename</replaceable> should be).
+files.
<filename>/dev/fd0</filename> is a commonly used name of the floppy
-disk device, it may be different on your workstation
-<phrase arch="sparc">(on Solaris, it is
-<filename>/dev/fd/0</filename>)</phrase>.
+disk device, it may be different on your workstation<phrase arch="sparc">
+(on Solaris, it is <filename>/dev/fd/0</filename>)</phrase>.
The command may return to the
prompt before Unix has finished writing the floppy disk, so look for
the disk-in-use light on the floppy drive and be sure that the light
is out and the disk has stopped revolving before you remove it from
the drive. On some systems, you'll have to run a command to eject the
-floppy from the drive
-<phrase arch="sparc">(on Solaris, use <command>eject</command>, see
-the manual page)</phrase>.
+floppy from the drive <phrase arch="sparc"> (on Solaris, use
+<command>eject</command>, see the manual page)</phrase>.
</para><para>