Including gnupg on ubuntu by default through corresponding default for bootstrap includes.
This commit is contained in:
parent
2bffb6eaf3
commit
bedb2fa9f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue