~mfisch/ubuntu/precise/live-manual/live-manual-fix-ftbfs-831392

« back to all changes in this revision

Viewing changes to manual/pt_BR/user_customization-packages.ssi

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann, delby, skizzhg, Ben Armstrong, Daniel Baumann
  • Date: 2011-02-09 10:06:56 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110209100656-8u91n34c4kb9ldr0
Tags: 1:3.0~a1-1
[ delby ]
* Correcting negative apt pinning example.

[ skizzhg ]
* Translating fuzzy after new content update, italian translation.

[ Ben Armstrong ]
* Fixing link to contribute to the manual.

[ Daniel Baumann ]
* Correcting debconf preseeding example for user-setup.
* Adding initial Spanish translation files from Carlos Zuferri chals
  <chals@altorricon.com>.
* Adding link to Spanish translation on top level html page.
* Removing some empty lines at EOF.
* Switching to source format 3.0 (quilt).
* Updating to debhelper version 8.
* Updating copyright file.
* Dropping version from sisu build-depends, not required anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
566
566
 
567
567
Negative pin priorities will prevent a package from being installed, as in
568
568
the case where you do not want a package that is recommended by another
569
 
package. Suppose you are building a GNOME image but don't want the user
570
 
prompted to store wifi passwords in the keyring, so you want to omit the
571
 
recommended #{gnome-keyring}# package. This can be done by adding the
572
 
following stanza to #{config/chroot_apt/preferences}#:
 
569
package. Suppose you are building an LXDE image using #{--packages-lists
 
570
lxde}# option, but don't want the user prompted to store wifi passwords in
 
571
the keyring. This list includes #{gdm}#, which depends on #{gksu}#, which in
 
572
turn recommends #{gnome-keyring}#. So you want to omit the recommended
 
573
#{gnome-keyring}# package. This can be done by adding the following stanza
 
574
to #{config/chroot_apt/preferences}#:
573
575
 
574
576
code{
575
577
 
578
580
 Pin-Priority: -1
579
581
 
580
582
}code
581