File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ make_systemd() {
342342 run_cmd ln -sf /etc/machine-id /var/lib/dbus/machine-id
343343}
344344make_repo_packages () {
345- local _pkg _pkglist=($( " ${script_path} /tools/pkglist-repo.sh" -a " x86_64" -c " ${channels_dir} /${channel_name} " -k " ${codename} " -l " ${locale_name} " $( if [[ " ${boot_splash } " = true ]]; then echo -n " -b" ; fi) ) )
345+ local _pkg _pkglist=($( " ${script_path} /tools/pkglist-repo.sh" -a " x86_64" -c " ${channels_dir} /${channel_name} " -k " ${codename} " -l " ${locale_name} " $( if [[ " ${bootsplash } " = true ]]; then echo -n " -b" ; fi) ) )
346346 # Create a list of packages to be finally installed as packages.list directly under the working directory.
347347 echo -e " # The list of packages that is installed in live cd.\n#\n\n" > " ${work_dir} /packages.list"
348348 # Install packages on airootfs
@@ -352,7 +352,7 @@ make_repo_packages() {
352352make_dnf_packages () {
353353
354354 # local _pkg _pkglist=($("${script_path}/tools/pkglist.sh" -a "x86_64" -k "${kernel}" -c "${channel_dir}" -l "${locale_name}" $(if [[ "${boot_splash}" = true ]]; then echo -n "-b"; fi) ))
355- local _pkg _pkglist=($( " ${script_path} /tools/pkglist.sh" -a " x86_64" -c " ${channels_dir} /${channel_name} " -l " ${locale_name} " $( if [[ " ${boot_splash } " = true ]]; then echo -n " -b" ; fi) ) )
355+ local _pkg _pkglist=($( " ${script_path} /tools/pkglist.sh" -a " x86_64" -c " ${channels_dir} /${channel_name} " -l " ${locale_name} " $( if [[ " ${bootsplash } " = true ]]; then echo -n " -b" ; fi) ) )
356356 # Create a list of packages to be finally installed as packages.list directly under the working directory.
357357 echo -e " # The list of packages that is installed in live cd.\n#\n\n" > " ${work_dir} /packages.list"
358358 for _pkg in ${_pkglist[@]} ; do
You can’t perform that action at this time.
0 commit comments