We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393b1e2 commit 8afcab8Copy full SHA for 8afcab8
1 file changed
build.sh
@@ -554,6 +554,7 @@ make_basefs() {
554
# Additional packages (airootfs)
555
make_packages_repo() {
556
msg_debug "pkglist.sh ${pkglist_args[*]}"
557
+ readarray -t _pkglist_install < <("${tools_dir}/pkglist.sh" "${pkglist_args[@]}")
558
559
# Package check
560
#readarray -t _pkglist < <("${tools_dir}/pkglist.sh" "${pkglist_args[@]}")
0 commit comments