From e00cb4f794d6a6549e73925cd6a8cfe9e54185b3 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Tue, 27 Aug 2024 16:08:13 -0300 Subject: [PATCH] Update preseed.cfg --- preseed.cfg | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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