summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2019-08-29 16:36:18 +0200
committerHolger Wansing <hwansing@mailbox.org>2019-08-29 16:36:18 +0200
commit2912ce3db07a16813d77cb3dc8da12e5142c3898 (patch)
tree180521309c083c36ed0efd7d54f1f0d637648e21 /en/appendix
parentb738fc1c07298fe2fa80210dd7045b141b098976 (diff)
downloadinstallation-guide-2912ce3db07a16813d77cb3dc8da12e5142c3898.zip
Remove mentions of floppy
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/chroot-install.xml1
-rw-r--r--en/appendix/files.xml10
-rw-r--r--en/appendix/pppoe.xml2
-rw-r--r--en/appendix/preseed.xml12
4 files changed, 2 insertions, 23 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 6dd075af2..e4b7c2505 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -304,7 +304,6 @@ Here is a sample you can modify to suit:
/dev/XXX none swap sw 0 0
proc /proc proc defaults 0 0
-/dev/fd0 /media/floppy auto noauto,rw,sync,user,exec 0 0
/dev/cdrom /media/cdrom iso9660 noauto,ro,user,exec 0 0
/dev/XXX /tmp ext3 rw,nosuid,nodev 0 2
diff --git a/en/appendix/files.xml b/en/appendix/files.xml
index 9ecbce948..0103afd2a 100644
--- a/en/appendix/files.xml
+++ b/en/appendix/files.xml
@@ -18,16 +18,6 @@ The most important device files are listed in the tables below.
<informaltable><tgroup cols="2"><tbody>
<row>
- <entry><filename>fd0</filename></entry>
- <entry>First Floppy Drive</entry>
-</row><row>
- <entry><filename>fd1</filename></entry>
- <entry>Second Floppy Drive</entry>
-</row>
-</tbody></tgroup></informaltable>
-
-<informaltable><tgroup cols="2"><tbody>
-<row>
<entry><filename>sda</filename></entry>
<entry>First hard disk</entry>
</row><row>
diff --git a/en/appendix/pppoe.xml b/en/appendix/pppoe.xml
index a4610abbf..d2d6d1292 100644
--- a/en/appendix/pppoe.xml
+++ b/en/appendix/pppoe.xml
@@ -22,7 +22,7 @@ after the reboot into the installed system (see <xref linkend="boot-new"/>).
To have the option of setting up and using PPPoE during the installation,
you will need to install using one of the CD-ROM/DVD images that are
available. It is not supported for other installation methods (e.g.
-netboot<phrase condition="supports-floppy-boot"> or floppy</phrase>).
+netboot).
</para><para>
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index df8f2d841..1ec09a627 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -94,16 +94,6 @@ installation methods.
<entry>yes</entry>
<entry>yes</entry>
<entry>yes<footnoteref linkend="apx-ps-net"/></entry>
-</row><row condition="supports-floppy-boot">
- <entry>floppy based (cd-drivers)</entry>
- <entry>yes</entry>
- <entry>yes</entry>
- <entry>yes<footnoteref linkend="apx-ps-net"/></entry>
-</row><row condition="supports-floppy-boot">
- <entry>floppy based (net-drivers)</entry>
- <entry>yes</entry>
- <entry>no</entry>
- <entry>yes</entry>
</row><row arch="s390">
<entry>generic</entry>
<entry>yes</entry>
@@ -231,7 +221,7 @@ You will first need to create a preconfiguration file and place it in
the location from where you want to use it. Creating the preconfiguration file
is covered later in this appendix. Putting it in the correct location is fairly
straightforward for network preseeding or if you want to read the file off
-a floppy or usb-stick. If you want to include the file on a CD or DVD, you
+a usb-stick. If you want to include the file on a CD or DVD, you
will have to remaster the ISO image. How to get the preconfiguration file
included in the initrd is outside the scope of this document; please consult
the developers' documentation for &d-i;.