##// END OF EJS Templates
Fixed: DEFLOCAL/MINBASE better fix
drtyhlpr -
r89:34f2dfd69efd
parent child
Show More
@@ -265,9 +265,12 set -x
265 265 trap cleanup 0 1 2 3 6
266 266
267 267 # Add required packages for the minbase installation
268 if [ "$ENABLE_MINBASE" = true ] && [ "$DEFLOCAL" == "en_US.UTF-8" ] ; then
268 if [ "$ENABLE_MINBASE" = true ] ; then
269 269 APT_INCLUDES="${APT_INCLUDES},vim-tiny,netbase,net-tools,ifupdown"
270 else
270 fi
271
272 # Add required locales packages
273 if [ "$DEFLOCAL" != "en_US.UTF-8" ] ; then
271 274 APT_INCLUDES="${APT_INCLUDES},locales,keyboard-configuration,console-setup"
272 275 fi
273 276
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant