From 1268baff6e8a489644a6399e959dc5a566ede335 Mon Sep 17 00:00:00 2001 From: hayao Date: Thu, 9 Sep 2021 13:18:43 +0900 Subject: [PATCH] [update] : Added comments for depend packages --- default.conf | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/default.conf b/default.conf index 68ed41d8..9c56fe74 100644 --- a/default.conf +++ b/default.conf @@ -303,21 +303,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" ) -- 2.11.0