Fixed or handling bug
[ntk/apt.git] / doc / apt-cdrom.8.yo
CommitLineData
09f2e026
AL
1mailto(apt@packages.debian.org)
2manpage(apt-cdrom)(8)(4 Dec 1998)(apt)()
3manpagename(apt-cdrom)(APT CDROM managment utility)
4
5manpagesynopsis()
6apt-cdrom command
7
8manpagedescription()
9bf(apt-cdrom) is used to add a new CDROM to APTs list of available sources.
10bf(apt-cdrom) takes care of determining the structure of the disc as well
11as correcting for several possible mis-burns and verifying the index files.
12It is necessary to use bf(apt-cdrom) to add CDs to the APT system, it cannot
13be done by hand. Furthermore each disk in a multi-cd set must be inserted
14and scanned seperately to account for possible mis-burns.
15
16em(command) is one of:
17itemize(
18 it() add
19)
20
21Unless the -h, or --help option is given one of the above commands
22must be present.
23
24startdit()
25dit(bf(add))
26bf(add) is used to add a new disc to the source list. It will unmount the
27CDROM device, prompt for a disk to be inserted and then procceed to scan it
28and copy the index files. If the disc does not have a proper bf(.disk/)
29directory you will be prompted for a descriptive title.
30
31APT uses a CDROM ID to track which disc is currently in the drive and
32maintains a database of these IDs in bf(/var/state/apt/cdroms.list)
33
34enddit()
35
36manpageoptions()
3d8fd174
AL
37All command line options may be set using the configuration file, the
38descriptions indicate the configuration option to set. For boolean
39options you can override the config file by using something like bf(-f-),
40bf(--no-f), bf(-f=no) or several other variations.
09f2e026
AL
41
42startdit()
43dit(bf(-h, --help))
44Show a short usage summary.
45
04aa15a8
AL
46dit(bf(-v, --version))
47Show the program verison.
48
09f2e026
AL
49dit(bf(-d --cdrom))
50Mount point; specify the location to mount the cdrom. This mount point must
3d8fd174 51be listed in bf(/etc/fstab) and propely configured.
83ab33fc 52Configuration Item: bf(Acquire::cdrom::mount).
09f2e026
AL
53
54dit(bf(-r --rename))
55Rename a disc; change the label of a disk or override the disks given label.
56This option will cause bf(apt-cdrom) to prompt for a new label
83ab33fc 57Configuration Item: bf(APT::CDROM::Rename).
09f2e026
AL
58
59dit(bf(-m, --no-mount))
60No mounting; prevent bf(apt-cdrom) from mounting and unmounting the mount
61point.
83ab33fc 62Configuration Item: bf(APT::CDROM::NoMount).
09f2e026
AL
63
64dit(bf(-f, --fast))
65Fast Copy; Assume the package files are valid and do not check every package.
66This option should be used only if bf(apt-cdrom) has been run on this disc
67before and did not detect any errors.
83ab33fc 68Configuration Item: bf(APT::CDROM::Fast).
3d615484
AL
69
70dit(bf(-a, --thorough))
71Thorough Package Scan; This option may be needed with some old Debian 1.1/1.2
72burns that have Package files in strange places. It takes much longer to
73scan the CD but will pick them all up.
74
09f2e026
AL
75dit(bf(-n --just-print, --recon, --no-act))
76No Changes; Do not change the sources.list and do not write package files.
77Everything is still checked however.
83ab33fc 78Configuration Item: bf(APT::CDROM::NoAct).
09f2e026
AL
79
80dit(bf(-c, --config-file))
81Configuration File; Specify a configuration file to use. bf(apt-get) will
82read the default configuration file and then this configuration file. See
83bf(apt.conf(5)) for syntax information.
84
85dit(bf(-o, --option))
86Set a Configuration Option; This will set an arbitary configuration option.
87The syntax is
88verb(-o Foo::Bar=bar)
89enddit()
90
91manpagefiles()
92itemize(
93 it() /etc/apt/sources.list
94 locations to fetch packages from
95
96 it() /var/state/apt/lists/
97 storage area for state information for each package resource specified in
98
99 it() /var/state/apt/lists/partial/
100 storage area for state information in transit
101
102 it() /var/state/apt/cdroms.list
103 list of cdrom IDs and names.
104)
105
106manpageseealso()
3d8fd174
AL
107apt-get(8),
108sources.list(5),
09f2e026
AL
109apt.conf(5)
110
111manpagediagnostics()
112apt-cdrom returns zero on normal operation, decimal 100 on error.
113
114manpagebugs()
d59cbe7f 115See http://bugs.debian.org/apt. If you wish to report a
09f2e026
AL
116bug in bf(apt-cache), please see bf(/usr/doc/debian/bug-reporting.txt)
117or the bf(bug(1)) command.
118
119manpageauthor()
120apt-get was written by the APT team <apt@packages.debian.org>.