[SCM] live-manual branch, debian-next, updated. debian/3.0_a14-1-9-gdaefed0

Ben Armstrong synrg at debian.org
Wed Aug 1 09:38:43 UTC 2012


The following commit has been merged in the debian-next branch:
commit daefed0acee2424ae9a187b72c88d2bdc43cc253
Author: Ben Armstrong <synrg at debian.org>
Date:   Wed Aug 1 06:39:41 2012 -0300

    Updating apt pinning example to correct actual metapackage dependencies.

diff --git a/manual/en/user_customization-packages.ssi b/manual/en/user_customization-packages.ssi
index befe9aa..834790a 100644
--- a/manual/en/user_customization-packages.ssi
+++ b/manual/en/user_customization-packages.ssi
@@ -352,7 +352,7 @@ $ lb config --distribution wheezy
 
 }code
 
-Negative pin priorities will prevent a package from being installed, as in the case where you do not want a package that is recommended by another package. Suppose you are building an LXDE image using #{--package-lists lxde}# option, but don't want the user prompted to store wifi passwords in the keyring. This list includes /{gdm}/, which depends on /{gksu}/, which in turn recommends /{gnome-keyring}/. So you want to omit the recommended /{gnome-keyring}/ package. This can be done by adding the following stanza to #{config/chroot_apt/preferences}#:
+Negative pin priorities will prevent a package from being installed, as in the case where you do not want a package that is recommended by another package. Suppose you are building an LXDE image using #{task-lxde-desktop}# in #{config/package-lists/lxde-desktop.list.chroot}#, but don't want the user prompted to store wifi passwords in the keyring. This metapackage depends on /{lxde-core}/, which recommends /{gksu}/, which in turn recommends /{gnome-keyring}/. So you want to omit the recommended /{gnome-keyring}/ package. This can be done by adding the following stanza to #{config/chroot_apt/preferences}#:
 
 code{
 

-- 
live-manual



More information about the debian-live-changes mailing list