Skip to content

Commit

Permalink
[update] : Added comments for depend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Sep 9, 2021
1 parent 37a76e0 commit 1268baf
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 1268baf

Please sign in to comment.