OSDN Git Service

[update] : Added locale var to default.conf
authorhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 13:09:07 +0000 (22:09 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 13:09:07 +0000 (22:09 +0900)
default.conf

index 5112257..61c588d 100644 (file)
@@ -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.