We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0479fe6 commit 609938cCopy full SHA for 609938c
1 file changed
build.sh
@@ -347,7 +347,7 @@ make_repo_packages() {
347
echo -e "# The list of packages that is installed in live cd.\n#\n\n" > "${work_dir}/packages.list"
348
# Install packages on airootfs
349
mount --bind "${cache_dir}" "${work_dir}/airootfs/dnf_cache"
350
- run_cmd dnf -y --nogpgcheck -c /dnf_conf install "${_pkglist[*]}"
+ run_cmd dnf -y --nogpgcheck -c /dnf_conf install ${_pkglist[*]}
351
}
352
make_dnf_packages() {
353
@@ -361,7 +361,7 @@ make_dnf_packages() {
361
362
363
364
365
366
367
make_cp_airootfs() {
0 commit comments