diff --git a/preseed.cfg b/preseed.cfg index 812b9c4..00e3d23 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -1,12 +1,8 @@ -# Preseed configuration file for Debian installation - -# Localization -d-i debian-installer/locale string pt_BR -d-i debian-installer/language string pt_BR +# Set the language to Brazilian Portuguese +d-i debian-installer/language string pt d-i debian-installer/country string BR -d-i debian-installer/localechooser/locale string pt_BR.UTF-8 -d-i keyboard-configuration/xkb-keymap select br -d-i keyboard-configuration/xkb-model select abnt2 +d-i debian-installer/locale string pt_BR.UTF-8 +d-i localechooser/supported-locales multiselect pt_BR.UTF-8, en_US.UTF-8 # Network configuration d-i netcfg/choose_interface select auto