OSDN Git Service

[update] : Use wfa
[alterlinux/alterlinux.git] / default.conf
index 68ed41d..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.
@@ -303,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"
 )