~ubuntu-branches/ubuntu/karmic/installation-guide/karmic

« back to all changes in this revision

Viewing changes to pt_BR/appendix/preseed.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-03-05 08:37:50 UTC
  • Revision ID: james.westby@ubuntu.com-20090305083750-sbx4keeffxdi1xl9
Tags: 20081208ubuntu1
* 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, lpia,
    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 win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document partman/early_command.
  - Document pkgsel/update-policy.
* Document that values for Kickstart's preseed command containing spaces
  must be quoted.
* Document pkgsel/install-recommends.
* Replace documentation on preseeding user-setup's encrypted private
  directory facility with documentation on preseeding its new home
  directory encryption facility (LP: #323174).
* Improve examples of tasksel/first preseeding to avoid mentioning
  standard, which is installed by default.
* Document partman-auto-lvm/guided_size.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 56510 -->
 
2
<!-- original version: 56827 -->
3
3
<!-- updated 38960:56510 by Felipe Augusto van de Wiel (faw) 2008.11.10 -->
4
4
 
5
5
<!--
939
939
# Controls whether to use NTP to set the clock during the install
940
940
d-i clock-setup/ntp boolean true
941
941
# NTP server to use. The default is almost always fine here.
942
 
#d-i clock-setup/ntp-server ntp.example.com
 
942
#d-i clock-setup/ntp-server string ntp.example.com
943
943
</screen></informalexample>
944
944
 
945
945
  </sect2>
983
983
# warning. This can be preseeded away...
984
984
d-i partman-lvm/device_remove_lvm boolean true
985
985
# The same applies to pre-existing software RAID array:
986
 
d-i parman-md/device_remove_md boolean true
 
986
d-i partman-md/device_remove_md boolean true
987
987
# And the same goes for the confirmation to write the lvm partitions.
988
988
d-i partman-lvm/confirm boolean true
989
989