Skip to content

Commit 6b0bc82

Browse files
committed
[update] : Dependence list
1 parent 6936fef commit 6b0bc82

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

channels/releng/config.any

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,23 +76,12 @@ nochname=true
7676
# List of packages required for build
7777
# The following packages are checked to see if they are installed before running build.sh
7878
# Also, wizard.sh will install it automatically.
79-
dependence=(
80-
# "alterlinux-keyring"
81-
# "archiso"
82-
"arch-install-scripts"
83-
"curl"
84-
"dosfstools"
85-
"edk2-shell"
86-
"git"
87-
"libburn"
88-
"libisofs"
89-
"lz4"
90-
"lzo"
91-
"make"
92-
"squashfs-tools"
93-
"libisoburn"
94-
# "lynx"
95-
"xz"
96-
"zlib"
97-
"zstd"
79+
readarray -t dependence < <(printf "%s\n" "${dependence[@]}" | grep -xv "alterlinux-keyring")
80+
81+
# Modules to include
82+
# An array of module directory names to include.
83+
# This setting cannot be changed by an argument.
84+
modules=(
85+
base
86+
share
9887
)

0 commit comments

Comments
 (0)