Modificar gentoo.conf.example
This commit is contained in:
parent
ab713b917c
commit
9f5889764f
|
@ -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"
|
||||
|
||||
|
||||
################################################
|
||||
|
|
Loading…
Reference in New Issue