~ubuntu-branches/ubuntu/natty/installation-guide/natty

« back to all changes in this revision

Viewing changes to it/boot-installer/parameters.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-23 13:15:29 UTC
  • Revision ID: james.westby@ubuntu.com-20080623131529-qtkop96231z7zk1n
Tags: 20080520ubuntu1
* Drop bogus "/ubuntu" from URL to example-preseed on help.ubuntu.com.
* 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).
  - 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.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
* Bump kernelversion to 2.6.26 (main architectures) and 2.6.25 (ports).
* Bump GNOME version to 2.24.
* Bump release version and names for Intrepid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 49849 -->
3
 
 
 
2
<!-- original version: 53120 -->
4
3
 
5
4
 <sect1 id="boot-parms">
6
5
 <!-- <title>Boot Parameters </title> -->
627
626
</varlistentry>
628
627
 
629
628
<varlistentry>
 
629
<term>finish-install/keep-consoles</term>
 
630
<listitem><para>
 
631
 
 
632
<!--
 
633
During installations from serial or management console, the regular
 
634
virtual consoles (VT1 to VT6) are normally disabled in
 
635
<filename>/etc/inittab</filename>.
 
636
Set to <userinput>true</userinput> to prevent this.
 
637
-->
 
638
 
 
639
Durante le installazioni da console seriale o di gestione, normalmente
 
640
le console virtuali (da VT1 a VT6) vengono disabilitate in
 
641
<filename>/etc/inittab</filename>. Impostare questa opzione a
 
642
<userinput>true</userinput> per evitare che questo accada.
 
643
 
 
644
</para></listitem>
 
645
</varlistentry>
 
646
 
 
647
<varlistentry>
630
648
<term>cdrom-detect/eject</term>
631
649
<listitem><para>
632
650
 
701
719
</varlistentry>
702
720
 
703
721
<varlistentry condition="gtk">
 
722
<term>mouse/protocol</term>
 
723
<listitem><para>
 
724
 
 
725
<!--
 
726
For the gtk frontend (graphical installer), users can set the mouse
 
727
protocol to be used by setting this parameter.
 
728
Supported values are<footnote>
 
729
-->
 
730
 
 
731
Con l'interfaccia gtk (la versione grafica dell'installatore) gli utenti
 
732
possono impostare quale protocollo del mouse usare tramite questo
 
733
parametro. I valori supportati sono<footnote>
 
734
 
 
735
<para>
 
736
 
 
737
<!--
 
738
See the man page for
 
739
<citerefentry><refentrytitle>directfbrc</refentrytitle>
 
740
<manvolnum>5</manvolnum></citerefentry> for additional information.
 
741
-->
 
742
 
 
743
Si veda la pagina man di 
 
744
<citerefentry><refentrytitle>directfbrc</refentrytitle>
 
745
<manvolnum>5</manvolnum></citerefentry> per ulteriori informazioni.
 
746
 
 
747
</para>
 
748
 
 
749
<!--
 
750
</footnote>:
 
751
<userinput>PS/2</userinput>, <userinput>IMPS/2</userinput>,
 
752
<userinput>MS</userinput>, <userinput>MS3</userinput>,
 
753
<userinput>MouseMan</userinput> and <userinput>MouseSystems</userinput>.
 
754
In most cases the default protocol should work correctly.
 
755
-->
 
756
 
 
757
</footnote>:
 
758
<userinput>PS/2</userinput>, <userinput>IMPS/2</userinput>,
 
759
<userinput>MS</userinput>, <userinput>MS3</userinput>,
 
760
<userinput>MouseMan</userinput> e <userinput>MouseSystems</userinput>.
 
761
Nella maggior parte dei casi il protocollo predefinito dovrebbe funzionare
 
762
correttamente.
 
763
 
 
764
</para></listitem>
 
765
</varlistentry>
 
766
 
 
767
<varlistentry condition="gtk">
 
768
<term>mouse/device</term>
 
769
<listitem><para>
 
770
 
 
771
<!--
 
772
For the gtk frontend (graphical installer), users can specify the mouse
 
773
device to be used by setting this parameter. This is mostly useful if the
 
774
mouse is connected to a serial port (serial mouse). Example:
 
775
<userinput>mouse/device=<replaceable>/dev/ttyS1</replaceable></userinput>.
 
776
-->
 
777
 
 
778
Con l'interfaccia gtk (la versione grafica dell'installatore) gli utenti
 
779
possono indicare quale device usare per il mouse impostando questo
 
780
parametro. Questa funzione è utile se il mouse è collegato a una porta
 
781
seriale. Esempio:
 
782
<userinput>mouse/device=<replaceable>/dev/ttyS1</replaceable></userinput>.
 
783
 
 
784
</para></listitem>
 
785
</varlistentry>
 
786
 
 
787
<varlistentry condition="gtk">
704
788
<term>mouse/left</term>
705
789
<listitem><para>
706
790
 
727
811
-->
728
812
 
729
813
Con l'interfaccia gtk (ovvero la versione grafica dell'installatore)
730
 
l'accellerazione hardware di directfb è disabilitata; impostare questo
 
814
l'accelerazione hardware di directfb è disabilitata; impostare questo
731
815
parametro a <userinput>true</userinput> per attivarla.
732
816
 
733
817
</para></listitem>