From 81072afb6d56444d09228fee083a6b7780b0e0b9 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 2 Aug 2020 22:09:07 +0900 Subject: [PATCH] [update] : Added locale var to default.conf --- default.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/default.conf b/default.conf index 51122577..61c588d1 100644 --- a/default.conf +++ b/default.conf @@ -93,10 +93,6 @@ theme_pkg="plymouth-theme-alter-logo-git" # Change the default behavior of "-k" and "--kernel". kernel=zen -# Sets the default locale for the live environment. -# You can also place a package list for that locale name and install packages specific to that locale. -locale_name="en" - # Channel name to build by default channel_name='xfce' @@ -133,6 +129,17 @@ password="alter" usershell="/bin/bash" +#-- Language options --# + +# Sets the default locale for the live environment. +# You can also place a package list for that locale name and install packages specific to that locale. +locale_name="en" +locale_gen_name="en_US.UTF-8" +locale_version="gl" +locale_time="UTC" +locale_fullname="global" + + #-- Script options --# # Enable post-build cleaning. -- 2.11.0