From 9f5889764f7a451db59d680bf06b3d5e09fdc602 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 22 Feb 2024 12:04:45 -0100 Subject: [PATCH] Modificar gentoo.conf.example --- gentoo.conf.example | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gentoo.conf.example b/gentoo.conf.example index 73c87b8..4f3b752 100644 --- a/gentoo.conf.example +++ b/gentoo.conf.example @@ -188,8 +188,7 @@ function disk_configuration() { HOSTNAME="gentoo" # The timezone for the new system -TIMEZONE="Europe/London" -#TIMEZONE="Europe/Berlin" +TIMEZONE="Atlantic/Azores" # The default keymap for the system KEYMAP="us" @@ -208,13 +207,13 @@ LOCALES="" # list entries (e.g. .UTF-8 vs .utf8). See `locale -a` for all available locales. # Although `locale -a` lists the suffix in lower case without any hyphens, it is best to always use UTF-8 in preference to utf8. LOCALE="C.UTF-8" -# For a German system you could use: +# For a PT system you could use: # LOCALES=" -# de_DE.UTF-8 UTF-8 -# de_DE ISO-8859-1 -# de_DE@euro ISO-8859-15 +# pt_PT.UTF-8 UTF-8 +# pt_PT ISO-8859-1 +# pt_PT@euro ISO-8859-15 # " # End of LOCALES -# LOCALE="de_DE.UTF-8" +# LOCALE="pt_PT.UTF-8" ################################################