X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/6f33340f5341c19d89679f9d67969c918967acce..0b45b6e5de1ba4224ced67a9952e009d0f4139a0:/doc/apt-cdrom.8.xml?ds=sidebyside diff --git a/doc/apt-cdrom.8.xml b/doc/apt-cdrom.8.xml index f5e393446..8f883c1a3 100644 --- a/doc/apt-cdrom.8.xml +++ b/doc/apt-cdrom.8.xml @@ -1,13 +1,9 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - -<!ENTITY % aptent SYSTEM "apt.ent"> -%aptent; - -<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> -%aptverbatiment; - +<!ENTITY % aptent SYSTEM "apt.ent"> %aptent; +<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> %aptverbatiment; +<!ENTITY % aptvendor SYSTEM "apt-vendor.ent"> %aptvendor; ]> <refentry> @@ -17,7 +13,7 @@ &apt-author.team; &apt-email; &apt-product; - <date>2004-02-14T00:00:00Z</date> + <date>2013-11-30T00:00:00Z</date> </refentryinfo> <refmeta> @@ -44,7 +40,7 @@ <para>It is necessary to use <command>apt-cdrom</command> to add CDs to the APT system; - it cannot be done by hand. Furthermore each disk in a multi-CD set must be + it cannot be done by hand. Furthermore each disc in a multi-CD set must be inserted and scanned separately to account for possible mis-burns. </para> @@ -55,9 +51,9 @@ <varlistentry><term><option>add</option></term> <listitem><para><literal>add</literal> is used to add a new disc to the source list. It will unmount the - CD-ROM device, prompt for a disk to be inserted and then proceed to + CD-ROM device, prompt for a disc to be inserted and then proceed to scan it and copy the index files. If the disc does not have a proper - <filename>disk</filename> directory you will be prompted for a descriptive + <filename>.disk</filename> directory you will be prompted for a descriptive title. </para> @@ -81,8 +77,16 @@ &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 cdrom. This + <listitem><para>Mount point; specify the location to mount the CD-ROM. This mount point must be listed in <filename>/etc/fstab</filename> and properly configured. Configuration Item: <literal>Acquire::cdrom::mount</literal>. @@ -91,8 +95,8 @@ </varlistentry> <varlistentry><term><option>-r</option></term><term><option>--rename</option></term> - <listitem><para>Rename a disc; change the label of a disk or override the - disks given label. This option will cause <command>apt-cdrom</command> to + <listitem><para>Rename a disc; change the label of a disc or override the + disc's given label. This option will cause <command>apt-cdrom</command> to prompt for a new label. Configuration Item: <literal>APT::CDROM::Rename</literal>. </para>