diff options
author | Michael Vogt <mvo@debian.org> | 2013-06-22 10:03:24 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-06-22 10:03:24 +0200 |
commit | 0a83556bf3ed33c95f39dd1063c4e745aaaeac9e (patch) | |
tree | b50df78786a72fb2548e91110212cd743bca7253 /doc | |
parent | ae99ce2e3cadb07c80b89ab2afc804875b1026c5 (diff) |
Improve the apt-cdrom output when no CD-ROM can be auto-detected
(closes: #712433)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-cdrom.8.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/apt-cdrom.8.xml b/doc/apt-cdrom.8.xml index 943511f03..b076a98a3 100644 --- a/doc/apt-cdrom.8.xml +++ b/doc/apt-cdrom.8.xml @@ -81,6 +81,14 @@ &apt-cmdblurb; <variablelist> + <varlistentry><term><option>--no-auto-detect</option></term><term><option>--cdrom</option></term> + <listitem><para>Do not try to auto-detect the CD-ROM path. Usually combined with the <option>--cdrom</option> option. + Configuration Item: <literal>Acquire::cdrom::AutoDetect</literal>. + </para> + </listitem> + </varlistentry> + + <varlistentry><term><option>-d</option></term><term><option>--cdrom</option></term> <listitem><para>Mount point; specify the location to mount the CD-ROM. This mount point must be listed in <filename>/etc/fstab</filename> and |