OSDN Git Service

[update] : Use wfa
[alterlinux/alterlinux.git] / default.conf
index f701272..4da8f25 100644 (file)
@@ -133,6 +133,23 @@ norescue_entry=false
 # 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 --#
 # Set the kernel that live session use.
 # Please don't set anything if you want to use normal kernel.
@@ -172,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 --#
@@ -304,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"
 )