/[d-i]/trunk/manual/en/appendix/files.xml
ViewVC logotype

Contents of /trunk/manual/en/appendix/files.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3353 - (show annotations) (download) (as text)
Sun Jun 15 16:18:57 2003 UTC (10 years ago) by toff
Original Path: trunk/doc/manual/en/appendix/files.xml
File MIME type: text/xml
File size: 11818 byte(s)
fix headers
1 <!-- retain these comments for translator revision tracking -->
2 <!-- $Id: files.xml,v 1.2 2003/06/15 16:18:57 toff Exp $ -->
3
4 <sect1 id="obtain"><title>Obtaining Debian GNU/Linux</title>
5
6 <sect2><title>Official Debian GNU/Linux CD Sets</title>
7 <para>
8
9 If you want to buy a CD set to install Debian GNU/Linux system from
10 CD-ROM you should look at the
11 <ulink url="http://www.debian.org/CD/vendors/">CD vendors page</ulink>.
12 There you get a list of addresses for organizations which sell &debian
13 on CD-ROMs. The list is sorted by country so you shouldn't have a
14 problem finding a vendor near you.
15
16 </para>
17 </sect2>
18
19 <sect2 id="mirrors"><title>Debian Mirrors</title>
20 <para>
21
22 If you live outside of the USA and you want to download Debian
23 packages, you can also use one of many mirrors which reside outside
24 the USA. A list of countries and mirrors can be found at the
25 <ulink url="http://www.debian.org/distrib/ftplist">
26 Debian FTP server website</ulink>.
27
28 </para>
29 </sect2>
30
31 <sect2 id="file-descs">
32 <title>Description of Installation System Files</title>
33 <para>
34 TBD
35 </para>
36
37 <sect3 id="base-images"><title>Debian Base System Installation Files</title>
38 <para>
39
40 These files are needed only for computers without a working network
41 connection, or those with unsupported network hardware. They contain
42 the programs needed for the most basic GNU/Linux operating system. Often
43 the contents of these files can be obtained automatically by
44 the installer over a working network connection.
45
46 </para>
47
48 <![ %i386; [
49
50 <sect4><title>Base System Images:</title>
51 <para>
52
53 These are the base system floppy disk images.
54
55 </para>
56 <itemizedlist>
57
58 &list-base-images;
59
60 </itemizedlist>
61 </sect4>
62
63 ]]>
64
65
66 <sect4><title>Base System archive tarball</title>
67 <para>
68
69 If you are not limited to diskettes, choose this file.
70
71 </para>
72 <itemizedlist>
73 <listitem><para>
74
75 <ulink url="http://http.us.debian.org/debian/dists/woody/main/disks-s390/base-images-current/basedebs.tar">.../base-images-current/basedebs.tar</ulink>
76
77 </para></listitem>
78 </itemizedlist>
79 </sect4>
80 </sect3>
81
82 <![ %i386; [
83
84 <sect3 id="utilities-links"><title>Utilities</title>
85
86 <para>
87
88 This is a MS-DOS utility to write a floppy disk image to a floppy. You
89 should not copy images to the floppy, but instead use this utility to
90 ``raw write'' them.
91 <!-- TODO link to floppy writing section, rewrite -->
92
93 </para>
94 <itemizedlist>
95 <listitem><para>
96
97 &rawrite.exe;
98
99 </para></listitem>
100 </itemizedlist>
101 </sect3>
102
103 ]]>
104
105 </sect2>
106 </sect1>
107
108 <sect1 id="linuxdevices"><title>Linux Devices</title>
109 <para>
110
111 In Linux you have various special files in
112 <filename>/dev</filename>. These files are called devices files. In
113 the Unix world accessing hardware is different. There you have a
114 special file which actually runs a driver which in turn accesses the
115 hardware. The device file is an interface to the actual system
116 component. Files under <filename>/dev</filename> also behave
117 differently than ordinary files. Below are the most important device
118 files listed.
119
120 </para><para>
121
122 <informalexample><screen>
123 fd0First Floppy Drive
124 fd1Second Floppy Drive
125 </screen></informalexample>
126
127 <informalexample><screen>
128 hdaIDE Hard disk / CD-ROM on the first IDE port (Master)
129 hdbIDE Hard disk / CD-ROM on the first IDE port (Slave)
130 hdcIDE Hard disk / CD-ROM on the second IDE port (Master)
131 hddIDE Hard disk / CD-ROM on the second IDE port (Slave)
132 hda1First partition of the first IDE hard disk
133 hdd15Fifteenth partition of the fourth IDE hard disk
134 </screen></informalexample>
135
136 <informalexample><screen>
137 sdaSCSI Hard disk with lowest SCSI ID (e.g. 0)
138 sdbSCSI Hard disk with next higher SCSI ID (e.g. 1)
139 sdcSCSI Hard disk with next higher SCSI ID (e.g. 2)
140 sda1First partition of the first SCSI hard disk
141 sdd10Tenth partition of the fourth SCSI hard disk
142 </screen></informalexample>
143
144 <informalexample><screen>
145 sr0SCSI CD-ROM with the lowest SCSI ID
146 sr1SCSI CD-ROM with the next higher SCSI ID
147 </screen></informalexample>
148
149 <informalexample><screen>
150 ttyS0Serial port 0, COM1 under MS-DOS
151 ttyS1Serial port 1, COM2 under MS-DOS
152 psauxPS/2 mouse device
153 gpmdataPseudo device, repeater data from GPM (mouse) daemon
154 </screen></informalexample>
155
156 <informalexample><screen>
157 cdromSymbolic link to the CD-ROM drive
158 mouseSymbolic link to the mouse device file
159 </screen></informalexample>
160
161 <informalexample><screen>
162 nulleverything pointed to this device will disappear
163 zeroone can endlessly read zeros out of this device
164 </screen></informalexample>
165
166 </para>
167
168 <sect2>
169 <title>Setting Up Your Mouse</title>
170
171 <para>
172
173 The mouse can be used in both the Linux console (with gpm) and the X window
174 environment. The two uses can be made compatible if the gpm repeater is used
175 to allow the signal to flow to the X server as shown:
176 <informalexample><screen>
177 mouse =&#62; /dev/psaux =&#62; gpm =&#62; /dev/gpmdata -&#62; /dev/mouse =&#62; X
178 /dev/ttyS0 (repeater) (symlink)
179 /dev/ttyS1
180 </screen></informalexample>
181
182 </para><para>
183
184 Set the repeater protocol to be raw (in <filename>/etc/gpm.conf</filename>) while
185 setting X to the original mouse protocol in <filename>/etc/X11/XF86Config</filename>
186 or <filename>/etc/X11/XF86Config-4</filename>.
187
188 </para><para>
189
190 This approach to use gpm even in X has advantages when the mouse is
191 unplugged inadvertently. Simply restarting gpm with
192 <informalexample><screen>
193 user@debian:# /etc/init.d/gpm restart
194 </screen></informalexample>
195 will re-connect the mouse in software without restarting X.
196
197 </para><para>
198
199 If gpm is disabled or not installed with some reason, make sure to set X to
200 read directly from the mouse device such as /dev/psaux. For details, refer
201 to the 3-Button Mouse mini-Howto at
202 <filename>/usr/share/doc/HOWTO/en-txt/mini/3-Button-Mouse.gz</filename>,
203 <userinput>man gpm</userinput>,
204 <filename>/usr/share/doc/gpm/FAQ.gz</filename>, and
205 <ulink url="http://www.xfree86.org/current/mouse.html">README.mouse</ulink>.
206 </para>
207
208 <![ %powerpc; [
209 <para>
210
211 For PowerPC, in <filename>/etc/X11/XF86Config</filename> or
212 <filename>/etc/X11/XF86Config-4</filename>, set the mouse device to
213 <userinput>"/dev/input/mice"</userinput>.
214
215 </para><para>
216
217 Modern kernels give you the capability to emulate a three-button mouse
218 when your mouse only has one button. Just add the following lines to
219 <filename>/etc/sysctl.conf</filename> file.
220
221 <informalexample><screen>
222
223 # 3-button mouse emulation
224 # turn on emulation
225 /dev/mac_hid/mouse_button_emulation = 1
226 # Send middle mouse button signal with the F11 key
227 /dev/mac_hid/mouse_button2_keycode = 87
228 # Send right mouse button signal with the F12 key
229 /dev/mac_hid/mouse_button3_keycode = 88
230 # For different keys, use showkey to tell you what the code is.
231
232 </screen></informalexample>
233 </para>
234 ]]>
235
236 </sect2>
237 </sect1>
238
239 <sect1 id="tasksel-size-list">
240 <title>Disk Space Needed for Tasks</title>
241 <para>
242
243 The base woody installation on the author's computer required 117MB.
244 The installed size for all standard packages was 123MB, with a
245 download size of 38MB; so 278MB of space was needed to install the
246 base and all standard packages.
247
248 </para><para>
249
250 The following table lists sizes reported by aptitude (a very nice
251 program, by the way) for the tasks listed in tasksel. The system
252 for which the figures were reported already had all standard packages
253 installed. Note that some tasks have overlapping constituents, so
254 the total installed size for two tasks together may be less than
255 the total obtained by adding the numbers up.
256
257 </para><para>
258
259 <informalexample><screen>
260 Task Installed Download Space Needed
261 Size (MB) Size (MB) To Install (MB)
262
263 desktop environment 345 118 463
264 X window system 78 36 114
265 games 49 14 63
266 Debian Jr. 340 124 464
267 dialup system 28 8 36
268 laptop system 3 1 4
269 scientific applications 110 30 140
270
271 C and C++ 32 15 47
272 Python 103 30 133
273 Tcl/Tk 37 11 48
274 fortran 10 4 14
275
276 file server 1 - 1
277 mail server 4 3 7
278 usenet news server 6 2 8
279 print server 48 18 66
280 conventional unix server 55 19 74
281 web server 4 1 5
282
283 TeX/LaTeX environment 171 64 235
284
285 simplified Chinese environment 80 29 109
286 traditional Chinese environment 166 68 234
287 Cyrillic environment 29 13 42
288 French environment 60 18 78
289 German environment 31 9 40
290 Japanese environment 110 53 163
291 Korean environment 178 72 250
292 Polish environment 58 27 85
293 Russian environment 12 6 18
294 Spanish environment 15 4 19
295
296 </screen></informalexample>
297 </para>
298 </sect1>
299
300 <sect1 id="verbose-quiet">
301 <title>Effects of Verbose and Quiet</title>
302
303 <para>
304
305 These are the effects of the <userinput>verbose</userinput> boot argument for woody:
306 <itemizedlist>
307 <listitem><para>
308
309 For LiveCD, allow choice of alternate install media
310
311 </para></listitem>
312 <listitem><para>
313
314 When mounting volumes, always ask which mount point
315
316 </para></listitem>
317 <listitem><para>
318
319 Warn that earlier kernels do not support newer file systems
320
321 </para></listitem>
322 <listitem><para>
323
324 Warn that pre-2.4.1 kernels do not support ReiserFS 3.6
325
326 </para></listitem>
327 <listitem><para>
328
329 Confirm install files path even if only one path found
330
331 </para></listitem>
332 </itemizedlist>
333
334 </para><para>
335
336 These are the effects of the <userinput>quiet</userinput> boot argument for woody:
337 <itemizedlist>
338 <listitem><para>
339
340 Suppress confirm before writing the aboot boot loader
341
342 </para></listitem>
343 <listitem><para>
344
345 Suppress confirm before overwriting master boot record
346
347 </para></listitem>
348 <listitem><para>
349
350 Suppress 'Important Information about installed MBR'
351
352 </para></listitem>
353 <listitem><para>
354
355 No invitation to install additional modules from floppy
356
357 </para></listitem>
358 <listitem><para>
359
360 Don't mention that &architecture; doesn't support reboot
361
362 </para></listitem>
363 <listitem><para>
364
365 Suppress confirmation that detected interface is PCMCIA
366
367 </para></listitem>
368 <listitem><para>
369
370 Suppress message about successful DHCP configuration
371
372 </para></listitem>
373 <listitem><para>
374
375 Suppress long message about Lilo and large disk support
376
377 </para></listitem>
378 <listitem><para>
379
380 Suppress long message about PALO and large disk support
381
382 </para></listitem>
383 <listitem><para>
384
385 Suppress SGI disk label note from Dvhtool
386
387 </para></listitem>
388 <listitem><para>
389
390 Don't chatter about how much disk space ReiserFS uses
391
392 </para></listitem>
393 <listitem><para>
394
395 Don't explain what Apple_Bootstrap is
396
397 </para></listitem>
398 <listitem><para>
399
400 Mount the first initialized partition on <filename>/</filename> without asking
401
402 </para></listitem>
403 <listitem><para>
404
405 Don't offer to scan for bad blocks
406
407 </para></listitem>
408 <listitem><para>
409
410 Don't ask before initializing as XFS, ext2/3, ReiserFS, swap
411
412 </para></listitem>
413 <listitem><para>
414
415 Avoid trying to persuade that a swap partition is good
416
417 </para></listitem>
418 <listitem><para>
419
420 Don't lecture before rebooting the system
421
422 </para></listitem>
423 </itemizedlist>
424
425 </para>
426 </sect1>
427

  ViewVC Help
Powered by ViewVC 1.1.5