summaryrefslogtreecommitdiff
path: root/nl/install-methods/create-floppy.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-02-28 18:56:24 +0000
committerFrans Pop <elendil@planet.nl>2007-02-28 18:56:24 +0000
commit76e52e5e8c6a9c3cca8b28d452cced2df7dbf0db (patch)
treefd6f29bfca7b79f245a3b4f9b6bc58ea2ad464c7 /nl/install-methods/create-floppy.xml
parentf6c03d949c7959614acbf511aecda5fb851b527c (diff)
downloadinstallation-guide-76e52e5e8c6a9c3cca8b28d452cced2df7dbf0db.zip
Update untranslated documents
Diffstat (limited to 'nl/install-methods/create-floppy.xml')
-rw-r--r--nl/install-methods/create-floppy.xml23
1 files changed, 14 insertions, 9 deletions
diff --git a/nl/install-methods/create-floppy.xml b/nl/install-methods/create-floppy.xml
index 3ce8ca65a..a14602dac 100644
--- a/nl/install-methods/create-floppy.xml
+++ b/nl/install-methods/create-floppy.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 36841 untranslated -->
+<!-- original version: 45453 untranslated -->
<sect1 condition="supports-floppy-boot" id="create-floppy">
<title>Creating Floppies from Disk Images</title>
@@ -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>