OSDN Git Service

[update] : Added new config.
authorhayao <shun819.mail@gmail.com>
Wed, 24 Jun 2020 09:56:25 +0000 (18:56 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 24 Jun 2020 09:56:25 +0000 (18:56 +0900)
default.conf

index d5599ef..2a9f58d 100644 (file)
@@ -80,11 +80,14 @@ theme_pkg="plymouth-theme-alter-logo-git"
 # Change the default behavior of "-k" and "--kernel".
 kernel=zen
 
-# Set the Japanese mode.
-# When this is enabled, the packages in the japanese package list will be installed.
-# And some files for Japanese are used.
-# Change the default behavior of "-j" and "--japanese".
-japanese=false
+# Sets the default language for the live environment.
+# You can also place a package list for that language name and install packages specific to that language.
+language="en_US.UTF-8"
+
+# The japanese variable is the variable that was used before.
+# Currently unused, but retained for compatibility reasons.
+# Setting this to true will force the language variable to be "ja_JP.UTF-8".
+#japanese=false
 
 # Channel name to build by default
 channel_name='xfce'