File tree 1 file changed +12
-17
lines changed
1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -303,21 +303,16 @@ logging="false"
303
303
# If you don't use Alter Linux repository, redefine this array in channel config
304
304
# and remove alterlinux related packages from dependence.
305
305
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"
323
318
)
You can’t perform that action at this time.
0 commit comments