~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to en/using-d-i/components.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- $Id: components.xml 29895 2005-08-14 17:55:31Z mck-guest $ -->
 
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 recognizable 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-localechooser.xml;
 
46
&module-kbd-chooser.xml;
 
47
&module-s390-netdevice.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-s390-dasd.xml;
 
73
&module-partman.xml;
 
74
&module-autopartkit.xml;
 
75
&module-partitioner.xml;
 
76
&module-partconf.xml;
 
77
&module-lvmcfg.xml;
 
78
&module-mdcfg.xml;
 
79
  </sect2>
 
80
 
 
81
  <sect2 id="di-install-base">
 
82
  <title>Installing the Base System</title>
 
83
<para>
 
84
 
 
85
Although this stage is the least problematic, it consumes most time of
 
86
the install because it downloads, verifies and unpacks the whole base
 
87
system. If you have a slow computer or network connection, this could
 
88
take some time.
 
89
 
 
90
</para>
 
91
 
 
92
&module-base-installer.xml;
 
93
  </sect2>
 
94
 
 
95
  <sect2 id="di-make-bootable">
 
96
  <title>Making Your System Bootable</title>
 
97
 
 
98
<para condition="supports-nfsroot">
 
99
 
 
100
If you are installing a diskless workstation, obviously, booting off
 
101
the local disk isn't a meaningful option, and this step will be
 
102
skipped. <phrase arch="sparc">You may wish to set the OpenBoot to boot
 
103
from the network by default; see <xref
 
104
linkend="boot-dev-select-sun"/>.</phrase>
 
105
 
 
106
</para><para>
 
107
 
 
108
Note that multiple operating systems booting on a single machine is
 
109
still something of a black art.  This document does not even attempt
 
110
to document the various boot managers, which vary by architecture and
 
111
even by subarchitecture.  You should see your boot manager's
 
112
documentation for more information.
 
113
 
 
114
</para>
 
115
 
 
116
&module-os-prober.xml;
 
117
&module-alpha-aboot-installer.xml;
 
118
&module-hppa-palo-installer.xml;
 
119
&module-i386-grub-installer.xml;
 
120
&module-i386-lilo-installer.xml;
 
121
&module-ia64-elilo-installer.xml;
 
122
&module-mips-arcboot-installer.xml;
 
123
&module-mipsel-colo-installer.xml;
 
124
&module-mipsel-delo-installer.xml;
 
125
&module-powerpc-yaboot-installer.xml;
 
126
&module-powerpc-quik-installer.xml;
 
127
&module-s390-zipl-installer.xml;
 
128
&module-sparc-silo-installer.xml;
 
129
&module-nobootloader.xml;
 
130
  </sect2>
 
131
 
 
132
  <sect2 id="di-finish">
 
133
  <title>Finishing the First Stage</title>
 
134
<para>
 
135
 
 
136
These are the last bits to do before rebooting to your new Debian. It
 
137
mostly consists of tidying up after the &d-i;.
 
138
 
 
139
</para>
 
140
 
 
141
&module-prebaseconfig.xml;
 
142
  </sect2>
 
143
 
 
144
  <sect2 id="di-miscellaneous">
 
145
  <title>Miscellaneous</title>
 
146
<para>
 
147
 
 
148
The components listed in this section are usually not involved in the
 
149
installation process, but are waiting in the background to help the
 
150
user in case something goes wrong.
 
151
 
 
152
</para>
 
153
 
 
154
&module-save-logs.xml;
 
155
&module-cdrom-checker.xml;
 
156
&module-shell.xml;
 
157
&module-network-console.xml;
 
158
&module-baseconfig.xml;
 
159
  </sect2>
 
160
 </sect1>