File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed
Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments