~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to eu/install-methods/official-cdrom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 14388 untranslated -->
 
3
 
 
4
 <sect1 id="official-cdrom">
 
5
 <title>Official &debian; CD-ROM Sets</title>
 
6
<para>
 
7
 
 
8
By far the easiest way to install &debian; is from an Official
 
9
Debian CD-ROM Set (see the
 
10
<ulink url="&url-debian-cd-vendors;">CD vendors page</ulink>). 
 
11
You may also download the CD-ROM images from a Debian mirror and make
 
12
your own set, if you have a fast network connection and a CD burner
 
13
(see the
 
14
<ulink url="&url-debian-cd;">Debian CD page</ulink> for 
 
15
detailed instructions). If you have a Debian CD set and CDs are
 
16
bootable on your machine, you can skip right to 
 
17
<xref linkend="boot-installer"/>; much effort has been expended to ensure
 
18
the files most people need are there on the CD. Although a full set of
 
19
binary packages requires several CDs, it is unlikely you will need
 
20
packages on the third CD and above. You may also consider using the
 
21
DVD version, which saves a lot of space on your shelf and you avoid
 
22
the CD shuffling marathon.
 
23
 
 
24
</para><para>
 
25
 
 
26
If your machine doesn't support CD booting, but you do have a CD set,
 
27
you can use an alternative strategy such as 
 
28
 
 
29
<phrase condition="supports-floppy-boot">floppy disk,</phrase>
 
30
 
 
31
<phrase arch="s390">tape, emulated tape,</phrase>
 
32
 
 
33
<phrase condition="bootable-disk">hard disk,</phrase>
 
34
 
 
35
<phrase condition="bootable-usb">usb stick,</phrase>
 
36
 
 
37
<phrase condition="supports-tftp">net boot,</phrase>
 
38
 
 
39
or manually loading the kernel from the CD to initially boot the
 
40
system installer. The files you need for booting by another means are
 
41
also on the CD; the Debian network archive and CD folder organization
 
42
are identical. So when archive file paths are given below for
 
43
particular files you need for booting, look for those files in the
 
44
same directories and subdirectories on your CD.
 
45
 
 
46
</para><para>
 
47
 
 
48
Once the installer is booted, it will be able to obtain all the other
 
49
files it needs from the CD.
 
50
 
 
51
</para><para>
 
52
 
 
53
If you don't have a CD set, then you will need to download the
 
54
installer system files and place them on the 
 
55
 
 
56
<phrase arch="s390">installation tape</phrase>
 
57
 
 
58
<phrase condition="supports-floppy-boot">floppy disk or</phrase>
 
59
 
 
60
<phrase condition="bootable-disk">hard disk or</phrase>
 
61
 
 
62
<phrase condition="bootable-usb">usb stick or</phrase>
 
63
 
 
64
<phrase condition="supports-tftp">a connected computer</phrase>
 
65
 
 
66
so they can be used to boot the installer.
 
67
 
 
68
</para>
 
69
 
 
70
 </sect1>