OSDN Git Service

[update] : Use wfa
[alterlinux/alterlinux.git] / default.conf
index 619c932..4da8f25 100644 (file)
@@ -130,8 +130,24 @@ norescue_entry=false
 # Modules to include
 # An array of module directory names to include.
 # This setting cannot be changed by an argument.
-modules=(
-    "share"
+# Use this array only in the configuration files in the channel.
+#modules=("share")
+
+# AUR Helper config
+aur_helper_command="yay"
+aur_helper_package="yay"
+aur_helper_depends=("go")
+aur_helper_args=(
+    --useask
+    --mflags "-AcC"
+    --aur
+    --nocleanmenu
+    --nodiffmenu
+    --noeditmenu
+    --noupgrademenu
+    --noprovides
+    --removemake
+    --mflags "--skippgpcheck"
 )
 
 #-- kernel config --#
@@ -173,16 +189,15 @@ usershell="/bin/bash"
 # Install memtest86
 memtest86=true
 
+# Set the size of cowspace
+# Change the default behavior of "--cowspace"
+cowspace="1GB"
 
 #-- language config --#
 
 # 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 --#
@@ -285,6 +300,12 @@ gitversion=false
 # This setting cannot be changed by an argument.
 additional_exclude_pkg=()
 
+# Additional list of modules to load
+# Use this array for debugging only
+# Change the default behavior of "--add-module".
+# This array is not available in the configuration files in the channel.
+additional_modules=()
+
 # Run with tee command
 # Set to "false" to disable logging
 # If not false, the log will be saved in the specified path.
@@ -299,21 +320,16 @@ logging="false"
 # If you don't use Alter Linux repository, redefine this array in channel config
 # and remove alterlinux related packages from dependence.
 dependence=(
-    "alterlinux-keyring"
-    "arch-install-scripts"
-    "curl"
-    "dosfstools"
-    "git"
-    "libburn"
-    "libisofs"
-    "lz4"
-    "lzo"
-    "make"
-    "pyalpm"
-    "squashfs-tools"
-    "libisoburn"
-    "xz"
-    "zlib"
-    "zstd"
-    "qt5-base"
+    "alterlinux-keyring" # For install packages from Alter Linux repo
+    "arch-install-scripts" # For pacstrap and arch-install
+    "curl" # For getting keyring
+    "dosfstools" # For creating efiboot.img
+    "git" # For getting git ref (--gitversion)
+    "libisoburn" # For creating iso image file (xorriso)
+    "pyalpm" # For checking package (package.py)
+    "squashfs-tools" # For creating airootfs.sfs
+    "make" # For creating iso for releasing
+    
+    # Archive library
+    "lz4" "lzo" "xz" "zstd"
 )