~oem-solutions-releng/live-build/lb-sg-2.x-add-support-for-xz-and-bzip2-compression

« back to all changes in this revision

Viewing changes to includes/sid/install/doc/FAQ/html/ch-getting.en.html

  • Committer: Daniel Baumann
  • Date: 2011-03-09 17:19:41 UTC
  • Revision ID: daniel@debian.org-20110309171941-vyn0zxupujidmbu9
Adding live-helper 1.0~a15-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 
2
 
 
3
<html>
 
4
 
 
5
<head>
 
6
 
 
7
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 
8
 
 
9
<title>The Debian GNU/Linux FAQ - Getting and installing Debian GNU/Linux</title>
 
10
 
 
11
</head>
 
12
 
 
13
<body>
 
14
 
 
15
<p><a name="ch-getting"></a></p>
 
16
<hr>
 
17
 
 
18
<p>
 
19
[ <a href="ch-basic_defs.en.html">previous</a> ]
 
20
[ <a href="index.en.html#contents">Contents</a> ]
 
21
[ <a href="ch-basic_defs.en.html">1</a> ]
 
22
[ 2 ]
 
23
[ <a href="ch-compat.en.html">3</a> ]
 
24
[ <a href="ch-software.en.html">4</a> ]
 
25
[ <a href="ch-ftparchives.en.html">5</a> ]
 
26
[ <a href="ch-pkg_basics.en.html">6</a> ]
 
27
[ <a href="ch-pkgtools.en.html">7</a> ]
 
28
[ <a href="ch-uptodate.en.html">8</a> ]
 
29
[ <a href="ch-kernel.en.html">9</a> ]
 
30
[ <a href="ch-customizing.en.html">10</a> ]
 
31
[ <a href="ch-support.en.html">11</a> ]
 
32
[ <a href="ch-contributing.en.html">12</a> ]
 
33
[ <a href="ch-redistrib.en.html">13</a> ]
 
34
[ <a href="ch-nexttime.en.html">14</a> ]
 
35
[ <a href="ch-faqinfo.en.html">15</a> ]
 
36
[ <a href="ch-compat.en.html">next</a> ]
 
37
</p>
 
38
 
 
39
<hr>
 
40
 
 
41
<h1>
 
42
The Debian GNU/Linux FAQ
 
43
<br>Chapter 2 - Getting and installing Debian GNU/Linux
 
44
</h1>
 
45
 
 
46
<hr>
 
47
 
 
48
<p>
 
49
The official document giving installation instructions is the <code><a
 
50
href="http://www.debian.org/releases/stable/installmanual">Debian GNU/Linux
 
51
Installation Guide</a></code>.  We'll give some additional notes about getting
 
52
and installing Debian GNU/Linux here.
 
53
</p>
 
54
 
 
55
<hr>
 
56
 
 
57
<h2><a name="s-version"></a>2.1 What is the latest version of Debian?</h2>
 
58
 
 
59
<p>
 
60
Currently there are three versions of Debian GNU/Linux:
 
61
</p>
 
62
<dl>
 
63
<dt><em>release 4.0, a.k.a. the `stable' distribution</em></dt>
 
64
<dd>
 
65
<p>
 
66
This is stable and well tested software, it changes if major security or
 
67
usability fixes are incorporated.
 
68
</p>
 
69
</dd>
 
70
</dl>
 
71
<dl>
 
72
<dt><em>the `testing' distribution</em></dt>
 
73
<dd>
 
74
<p>
 
75
This is where packages that will be released as the next `stable' are placed;
 
76
they've had some testing in unstable but they may not be completely fit for
 
77
release yet.  This distribution is updated more often than `stable', but not
 
78
more often than `unstable'.
 
79
</p>
 
80
</dd>
 
81
</dl>
 
82
<dl>
 
83
<dt><em>the `unstable' distribution</em></dt>
 
84
<dd>
 
85
<p>
 
86
This is the version currently under development; it is updated continuously.
 
87
You can retrieve packages from the `unstable' archive on any Debian FTP site
 
88
and use them to upgrade your system at any time, but you may not expect the
 
89
system to be as usable or as stable as before - that's why it's called
 
90
`<strong>unstable</strong>'!
 
91
</p>
 
92
</dd>
 
93
</dl>
 
94
 
 
95
<p>
 
96
Please see <a href="ch-ftparchives.en.html#s-dists">How many Debian
 
97
distributions are there in the <samp>dists</samp> directory?, Section 5.2</a>
 
98
for more information.
 
99
</p>
 
100
 
 
101
<hr>
 
102
 
 
103
<h2><a name="s-updatestable"></a>2.2 Are there package upgrades in `stable'?</h2>
 
104
 
 
105
<p>
 
106
No new functionality is added to the stable release.  Once a Debian version is
 
107
released and tagged `stable' it will only get security updates.  That is, only
 
108
packages for which a security vulnerability has been found after the release
 
109
will be upgraded.  All the security updates are served through <code><a
 
110
href="ftp://security.debian.org">security.debian.org</a></code>.
 
111
</p>
 
112
 
 
113
<p>
 
114
Security updates serve one purpose: to supply a fix for a security
 
115
vulnerability.  They are not a method for sneaking additional changes into the
 
116
stable release without going through normal point release procedure.
 
117
Consequently, fixes for packages with security issues will not upgrade the
 
118
software.  The Debian Security Team will backport the necessary fixes to the
 
119
version of the software distributed in `stable' instead.
 
120
</p>
 
121
 
 
122
<p>
 
123
For more information related to security support please read the <code><a
 
124
href="http://www.debian.org/security/faq">Security FAQ</a></code> or the
 
125
<code><a href="http://www.debian.org/doc/manuals/securing-debian-howto/">Debian
 
126
Security Manual</a></code>.
 
127
</p>
 
128
 
 
129
<hr>
 
130
 
 
131
<h2><a name="s-boot-floppies"></a>2.3 Where/how can I get the Debian installation disks?</h2>
 
132
 
 
133
<p>
 
134
You can get the installation disks by downloading the appropriate files from
 
135
one of the <code><a href="http://www.debian.org/mirror/list">Debian
 
136
mirrors</a></code>.
 
137
</p>
 
138
 
 
139
<p>
 
140
The installation system files are separated in subdirectories of
 
141
<code>dists/stable/main</code> directory, and the names of these subdirectories
 
142
correspond to your architecture like this: <samp>disks-<var>arch</var></samp>
 
143
(<var>arch</var> is &quot;i386&quot;, &quot;sparc&quot;, etc, check the site
 
144
for an exact list).  In each of these architecture subdirectories there can be
 
145
several directories, each for a version of the installation system, and the
 
146
currently used one is in the `current' directory (that's a symbolic link).
 
147
</p>
 
148
 
 
149
<p>
 
150
See the <code>README.txt</code> file in that directory for further
 
151
instructions.
 
152
</p>
 
153
 
 
154
<hr>
 
155
 
 
156
<h2><a name="s-cdrom"></a>2.4 How do I install the Debian from CD-ROMs?</h2>
 
157
 
 
158
<p>
 
159
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions
 
160
(formerly known as &quot;High Sierra&quot;).  Several <code><a
 
161
href="http://www.debian.org/CD/vendors/">vendors</a></code> provide Debian
 
162
GNU/Linux in this format.
 
163
</p>
 
164
 
 
165
<p>
 
166
Warning: When installing from CD-ROM, it is usually not a good idea to choose
 
167
dselect's <samp>cdrom</samp> access method.  This method is usually very slow.
 
168
The <samp>mountable</samp> and <samp>apt</samp> methods, for example, are much
 
169
better for installing from CD-ROM (see <a
 
170
href="ch-uptodate.en.html#s-dpkg-mountable">dpkg-mountable, Section 8.2.5</a>
 
171
and <a href="ch-uptodate.en.html#s-apt">apt-get, dselect and apt-cdrom, Section
 
172
8.2.2</a>).
 
173
</p>
 
174
 
 
175
<hr>
 
176
 
 
177
<h2><a name="s-cdimage-symlinks"></a>2.5 Why does the official stable released CD-ROM contain symlinks for `frozen' and `unstable'? I thought this CD contains just `stable'!</h2>
 
178
 
 
179
<p>
 
180
Official Debian CD images indeed contain symlinks like:
 
181
</p>
 
182
 
 
183
<pre>
 
184
      /dists/frozen -&gt; sarge/
 
185
      /dists/stable -&gt; sarge/
 
186
      /dists/testing -&gt; sarge/
 
187
      /dists/unstable -&gt; sarge/
 
188
</pre>
 
189
 
 
190
<p>
 
191
so that they work when your sources.list has an entry like
 
192
</p>
 
193
 
 
194
<pre>
 
195
      deb cdrom:[&lt;name as on cd label&gt;]/ unstable main [...]
 
196
</pre>
 
197
 
 
198
<p>
 
199
.
 
200
</p>
 
201
 
 
202
<p>
 
203
The fact these symlinks are present does <em>not</em> mean the image is
 
204
`unstable' or `testing' or anything.  Read the CD label in
 
205
<code>/.disk/info</code> to find out which Debian version it contains.  This
 
206
information is also present in <code>/README.txt</code> on the CD.
 
207
</p>
 
208
 
 
209
<p>
 
210
Read <code><a
 
211
href="http://www.debian.org/releases/">http://www.debian.org/releases/</a></code>
 
212
to find out what the current `stable' and `testing' releases are.
 
213
</p>
 
214
 
 
215
<hr>
 
216
 
 
217
<h2><a name="s-cdimages"></a>2.6 I have my own CD-writer, are there CD images available somewhere?</h2>
 
218
 
 
219
<p>
 
220
Yes.  To make it easier for CD vendors to provide high quality disks, we
 
221
provide the <code><a href="http://cdimage.debian.org/">Official CD
 
222
images</a></code>.
 
223
</p>
 
224
 
 
225
<hr>
 
226
 
 
227
<h2><a name="s-floppy"></a>2.7 Can I install it from a pile of floppy disks?</h2>
 
228
 
 
229
<p>
 
230
First of all, a warning: whole Debian GNU/Linux is way too large to be
 
231
installed from media as small as a standard 1.44MB floppy disk - you may not
 
232
find installing from floppies a very pleasant experience.
 
233
</p>
 
234
 
 
235
<p>
 
236
Copy the Debian packages onto formatted floppy disks.  Either a DOS, the native
 
237
Linux &quot;ext2&quot;, or the &quot;minix&quot; format will do; one just has
 
238
to use a mount command appropriate to the floppy being used.
 
239
</p>
 
240
 
 
241
<p>
 
242
Using floppy disks has these complications:
 
243
</p>
 
244
<ul>
 
245
<li>
 
246
<p>
 
247
Short MS-DOS file names: If you are trying to place Debian package files onto
 
248
MS-DOS formatted disks, you will find that their names are generally too long,
 
249
and do not conform to the MS-DOS 8.3 filename limitation.  To overcome this,
 
250
you would have to use VFAT formatted disks, since VFAT supports longer file
 
251
names.
 
252
</p>
 
253
</li>
 
254
</ul>
 
255
<ul>
 
256
<li>
 
257
<p>
 
258
Large file sizes: Some packages are larger than 1.44 MBytes, and will not fit
 
259
onto a single floppy disk.  To solve this problem, use the dpkg-split tool (see
 
260
<a href="ch-pkgtools.en.html#s-dpkg-split">dpkg-split, Section 7.1.5.2</a>),
 
261
available in the <samp>tools</samp> directory on <code><a
 
262
href="http://www.debian.org/mirror/list">Debian mirrors</a></code>.
 
263
</p>
 
264
</li>
 
265
</ul>
 
266
 
 
267
<p>
 
268
You must have support in the kernel for floppy disks in order to read and write
 
269
to floppy disk; most kernels come with floppy drive support included in them.
 
270
</p>
 
271
 
 
272
<p>
 
273
To mount a floppy disk under the mount point <samp>/floppy</samp> (a directory
 
274
which should have been created during installation), use:
 
275
</p>
 
276
<ul>
 
277
<li>
 
278
<pre>
 
279
     mount -t msdos /dev/fd0 /floppy/
 
280
</pre>
 
281
 
 
282
<p>
 
283
if the floppy disk is in drive A: and has an MS-DOS file system,
 
284
</p>
 
285
</li>
 
286
</ul>
 
287
<ul>
 
288
<li>
 
289
<pre>
 
290
     mount -t msdos /dev/fd1 /floppy/
 
291
</pre>
 
292
 
 
293
<p>
 
294
if the floppy disk is in drive B: and has an MS-DOS file system,
 
295
</p>
 
296
</li>
 
297
</ul>
 
298
<ul>
 
299
<li>
 
300
<pre>
 
301
     mount -t ext2 /dev/fd0 /floppy/
 
302
</pre>
 
303
 
 
304
<p>
 
305
if the floppy disk is in drive A: and has an ext2 (i.e., a normal Linux) file
 
306
system.
 
307
</p>
 
308
</li>
 
309
</ul>
 
310
 
 
311
<hr>
 
312
 
 
313
<h2><a name="s-remoteinstall"></a>2.8 Can I get and install Debian directly from a remote Internet site?</h2>
 
314
 
 
315
<p>
 
316
Yes.  You can boot the Debian installation system from a set of files you can
 
317
download from our FTP site and its mirrors.
 
318
</p>
 
319
 
 
320
<p>
 
321
You can download a small CD image file, create a bootable CD from it, install
 
322
the basic system from it and the rest over the network.  For more information
 
323
please see <code><a
 
324
href="http://www.debian.org/CD/netinst/">http://www.debian.org/CD/netinst/</a></code>.
 
325
</p>
 
326
 
 
327
<p>
 
328
You can also download even smaller floppy disk image files, create bootable
 
329
diskettes from them, start the installation procedure and get the rest of
 
330
Debian over the network.  For more information, please see <code><a
 
331
href="http://www.debian.org/distrib/floppyinst">http://www.debian.org/distrib/floppyinst</a></code>.
 
332
</p>
 
333
 
 
334
<hr>
 
335
 
 
336
<p>
 
337
[ <a href="ch-basic_defs.en.html">previous</a> ]
 
338
[ <a href="index.en.html#contents">Contents</a> ]
 
339
[ <a href="ch-basic_defs.en.html">1</a> ]
 
340
[ 2 ]
 
341
[ <a href="ch-compat.en.html">3</a> ]
 
342
[ <a href="ch-software.en.html">4</a> ]
 
343
[ <a href="ch-ftparchives.en.html">5</a> ]
 
344
[ <a href="ch-pkg_basics.en.html">6</a> ]
 
345
[ <a href="ch-pkgtools.en.html">7</a> ]
 
346
[ <a href="ch-uptodate.en.html">8</a> ]
 
347
[ <a href="ch-kernel.en.html">9</a> ]
 
348
[ <a href="ch-customizing.en.html">10</a> ]
 
349
[ <a href="ch-support.en.html">11</a> ]
 
350
[ <a href="ch-contributing.en.html">12</a> ]
 
351
[ <a href="ch-redistrib.en.html">13</a> ]
 
352
[ <a href="ch-nexttime.en.html">14</a> ]
 
353
[ <a href="ch-faqinfo.en.html">15</a> ]
 
354
[ <a href="ch-compat.en.html">next</a> ]
 
355
</p>
 
356
 
 
357
<hr>
 
358
 
 
359
<p>
 
360
The Debian GNU/Linux FAQ
 
361
</p>
 
362
 
 
363
<address>
 
364
version 3.1.5, 17 January 2007<br>
 
365
<br>
 
366
Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
 
367
<br>
 
368
</address>
 
369
<hr>
 
370
 
 
371
</body>
 
372
 
 
373
</html>
 
374