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

« back to all changes in this revision

Viewing changes to it/using-d-i/modules/pkgsel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-02-25 12:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080225123748-xcb1iwv50tfs1q3s
Tags: 20080211ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of the GTK frontend.
* Bump kernelversion to 2.6.24.
* Bump GNOME version to 2.22.
* Bump release version and names for Hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 43734 -->
 
2
<!-- original version: 46722 -->
3
3
 
4
4
 
5
5
   <sect3 id="pkgsel">
109
109
It is possible to get the installer to install KDE by using preseeding
110
110
(see <xref linkend="preseed-pkgsel"/>) or by adding
111
111
<literal>tasks="standard, kde-desktop"</literal> at the boot prompt
112
 
when starting the installer. However, this will only work if the packages
 
112
when starting the installer<footnote>
 
113
-->
 
114
 
 
115
È possibile far installare KDE dall'installatore tramite la
 
116
preconfigurazione (si veda <xref linkend="preseed-pkgsel"/>) oppure
 
117
specificando <literal>tasks="standard, kde-desktop"</literal> al prompt
 
118
boot all'avvio dell'installatore<footnote>
 
119
 
 
120
<para>
 
121
 
 
122
<!--
 
123
A more lightweight Xfce desktop environment can be selected by using
 
124
<literal>xfce-desktop</literal> instead of <literal>kde-desktop</literal>.
 
125
If you are installing on a laptop, you could also add
 
126
<literal>laptop</literal> to the tasks to be installed.
 
127
-->
 
128
 
 
129
Xfce, un ambiente desktop più leggero, può essere selezionato usando
 
130
<literal>xfce-desktop</literal> al posto di <literal>kde-desktop</literal>.
 
131
Se l'installazione avviene su un portatile, si può aggiungere anche
 
132
<literal>laptop</literal> ai task da installare.
 
133
 
 
134
</para>
 
135
 
 
136
 
 
137
<!--
 
138
</footnote>. However, this will only work if the packages
113
139
needed for KDE are actually available. If you are installing using a full
114
140
CD image, they will need to be downloaded from a mirror as KDE packages are
115
141
not included on the first full CD; installing KDE this way should work fine
116
142
if you are using a DVD image or any other installation method.
117
143
-->
118
144
 
119
 
È possibile far installare KDE dall'installatore tramite la
120
 
preconfigurazione (si veda <xref linkend="preseed-pkgsel"/>) oppure
121
 
specificando <literal>tasks="standard, kde-desktop"</literal> al prompt
122
 
boot all'avvio dell'installatore. Purtroppo funziona solo se i pacchetti
 
145
</footnote>. Purtroppo funziona solo se i pacchetti
123
146
necessari a KDE sono disponibili; se l'installazione avviene con l'immagine
124
147
completa di un CD è necessario scaricare da un mirror tutti i pacchetti di
125
148
KDE non presenti nel CD, se l'installazione avviene con l'immagine di un
152
175
<para>
153
176
 
154
177
<!--
155
 
Once you've selected your tasks, select <guibutton>OK</guibutton>. At this
 
178
Once you've selected your tasks, select &BTN-CONT;. At this
156
179
point, <command>aptitude</command> will install the packages that are part
157
180
of the tasks you've selected.
158
181
-->
159
182
 
160
183
Dopo aver scelto quali task si desidera installare, premere
161
 
<guibutton>OK</guibutton>; adesso <command>aptitude</command> si occupa
 
184
&BTN-CONT;; adesso <command>aptitude</command> si occupa
162
185
dell'installazione dei pacchetti che fanno parte dei task prescelti.
163
186
 
164
187
</para>