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

« back to all changes in this revision

Viewing changes to da/using-d-i/components.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: 22665 untranslated -->
 
3
 
 
4
 <sect1 id="module-details">
 
5
 <title>Using Individual Components</title>
 
6
<para>
 
7
 
 
8
In this section we will describe each installer component in
 
9
detail. The components have been grouped into stages that should
 
10
be recognisable for users. They are presented in the order they
 
11
appear during the install. Note that not all modules will be used
 
12
for every installation; which modules are actually used depends on
 
13
the installation method you use and on your hardware.
 
14
 
 
15
</para>
 
16
 
 
17
  <sect2 id="di-setup">
 
18
  <title>Setting up Debian Installer and Hardware Configuration</title>
 
19
<para>
 
20
 
 
21
Let's assume the Debian Installer has booted and you are facing its
 
22
first screen.  At this time, the capabilities of &d-i; are still quite
 
23
limited. It doesn't know much about your hardware, preferred language,
 
24
or even the task it should perform. Don't worry. Because &d-i; is quite
 
25
clever, it can automatically probe your hardware, locate the rest
 
26
of its components and upgrade itself to a capable installation system.
 
27
 
 
28
However, you still need to help &d-i; with some information it can't
 
29
determine automatically (like selecting your preferred language, keyboard
 
30
layout or desired network mirror).
 
31
 
 
32
</para><para>
 
33
 
 
34
You will notice that &d-i; performs <firstterm>hardware detection</firstterm>
 
35
several times during this stage. The first time is targeted specifically
 
36
at the hardware needed to load installer components (e.g. your CD-ROM or
 
37
network card). As not all drivers may be available during this first run,
 
38
hardware detection needs to be repeated later in the process.
 
39
 
 
40
</para>
 
41
 
 
42
&module-lowmem.xml;
 
43
&module-languagechooser.xml;
 
44
&module-countrychooser.xml;
 
45
&module-kbd-chooser.xml;
 
46
&module-s390-netdevice.xml;
 
47
&module-s390-dasd.xml;
 
48
&module-ddetect.xml;
 
49
&module-cdrom-detect.xml;
 
50
&module-iso-scan.xml;
 
51
&module-anna.xml;
 
52
&module-netcfg.xml;
 
53
&module-choose-mirror.xml;
 
54
 
 
55
  </sect2>
 
56
 
 
57
  <sect2 id="di-partition">
 
58
  <title>Partitioning and Mount Point Selection</title>
 
59
<para>
 
60
 
 
61
At this time, after hardware detection has been executed a final time,
 
62
&d-i; should be at its full strength, customized for the user's needs
 
63
and ready to do some real work.
 
64
 
 
65
As the title of this section indicates, the main task of the next few
 
66
components lies in partitioning your disks, creating filesystems,
 
67
assigning mountpoints and optionally configuring closely related issues
 
68
like LVM or RAID devices.
 
69
 
 
70
</para>
 
71
 
 
72
&module-partman.xml;
 
73
&module-autopartkit.xml;
 
74
&module-partitioner.xml;
 
75
&module-partconf.xml;
 
76
&module-lvmcfg.xml;
 
77
&module-mdcfg.xml;
 
78
  </sect2>
 
79
 
 
80
  <sect2 id="di-install-base">
 
81
  <title>Installing the Base System</title>
 
82
<para>
 
83
 
 
84
Although this stage is the least problematic, it consumes most time of
 
85
the install because it downloads, verifies and unpacks the whole base
 
86
system. If you have a slow computer or network connection, this could
 
87
take some time.
 
88
 
 
89
</para>
 
90
 
 
91
&module-base-installer.xml;
 
92
  </sect2>
 
93
 
 
94
  <sect2 id="di-make-bootable">
 
95
  <title>Making Your System Bootable</title>
 
96
 
 
97
<para condition="supports-nfsroot">
 
98
 
 
99
If you are installing a diskless workstation, obviously, booting off
 
100
the local disk isn't a meaningful option, and this step will be
 
101
skipped. <phrase arch="sparc">You may wish to set the OpenBoot to boot
 
102
from the network by default; see <xref
 
103
linkend="boot-dev-select-sun"/>.</phrase>
 
104
 
 
105
</para><para>
 
106
 
 
107
Note that multiple operating systems booting on a single machine is
 
108
still something of a black art.  This document does not even attempt
 
109
to document the various boot managers, which vary by architecture and
 
110
even by subarchitecture.  You should see your boot manager's
 
111
documentation for more information.
 
112
 
 
113
</para>
 
114
 
 
115
&module-os-prober.xml;
 
116
&module-alpha-aboot-installer.xml;
 
117
&module-hppa-palo-installer.xml;
 
118
&module-i386-grub-installer.xml;
 
119
&module-i386-lilo-installer.xml;
 
120
&module-ia64-elilo-installer.xml;
 
121
&module-mips-arcboot-installer.xml;
 
122
&module-mipsel-colo-installer.xml;
 
123
&module-mipsel-delo-installer.xml;
 
124
&module-powerpc-yaboot-installer.xml;
 
125
&module-powerpc-quik-installer.xml;
 
126
&module-s390-zipl-installer.xml;
 
127
&module-sparc-silo-installer.xml;
 
128
&module-nobootloader.xml;
 
129
  </sect2>
 
130
 
 
131
  <sect2 id="di-finish">
 
132
  <title>Finishing the First Stage</title>
 
133
<para>
 
134
 
 
135
These are the last bits to do before rebooting to your new Debian. It
 
136
mostly consists of tidying up after the &d-i;.
 
137
 
 
138
</para>
 
139
 
 
140
&module-prebaseconfig.xml;
 
141
  </sect2>
 
142
 
 
143
  <sect2 id="di-miscellaneous">
 
144
  <title>Miscellaneous</title>
 
145
<para>
 
146
 
 
147
The components listed in this section are usually not involved in the
 
148
installation process, but are waiting in the background to help the
 
149
user in case something goes wrong.
 
150
 
 
151
</para>
 
152
 
 
153
&module-save-logs.xml;
 
154
&module-cdrom-checker.xml;
 
155
&module-shell.xml;
 
156
&module-baseconfig.xml;
 
157
  </sect2>
 
158
 </sect1>