Including gnupg on ubuntu by default through corresponding default for bootstrap includes.

This commit is contained in:
Daniel Baumann 2012-07-28 21:01:37 +02:00
parent 2bffb6eaf3
commit bedb2fa9f9
1 changed files with 6 additions and 1 deletions

View File

@ -378,7 +378,12 @@ Set_defaults ()
fi
# Include packages on base
# LB_BOOTSTRAP_INCLUDE
case "${LB_MODE}" in
ubuntu|kubuntu)
LB_BOOTSTRAP_INCLUDE="${LB_BOOTSTRAP_INCLUDE:-gnupg}"
;;
esac
# Exclude packages on base
# LB_BOOTSTRAP_EXCLUDE