Skip to content

Commit 1268baf

Browse files
committed
[update] : Added comments for depend packages
1 parent 37a76e0 commit 1268baf

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

default.conf

+12-17
Original file line numberDiff line numberDiff line change
@@ -303,21 +303,16 @@ logging="false"
303303
# If you don't use Alter Linux repository, redefine this array in channel config
304304
# and remove alterlinux related packages from dependence.
305305
dependence=(
306-
"alterlinux-keyring"
307-
"arch-install-scripts"
308-
"curl"
309-
"dosfstools"
310-
"git"
311-
"libburn"
312-
"libisofs"
313-
"lz4"
314-
"lzo"
315-
"make"
316-
"pyalpm"
317-
"squashfs-tools"
318-
"libisoburn"
319-
"xz"
320-
"zlib"
321-
"zstd"
322-
"qt5-base"
306+
"alterlinux-keyring" # For install packages from Alter Linux repo
307+
"arch-install-scripts" # For pacstrap and arch-install
308+
"curl" # For getting keyring
309+
"dosfstools" # For creating efiboot.img
310+
"git" # For getting git ref (--gitversion)
311+
"libisoburn" # For creating iso image file (xorriso)
312+
"pyalpm" # For checking package (package.py)
313+
"squashfs-tools" # For creating airootfs.sfs
314+
"make" # For creating iso for releasing
315+
316+
# Archive library
317+
"lz4" "lzo" "xz" "zstd"
323318
)

0 commit comments

Comments
 (0)