Skip to content

Commit cf7ecd2

Browse files
fixed option
Signed-off-by: kokkiemouse <kokkiemouse@fascode.net>
1 parent 609938c commit cf7ecd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ make_systemd() {
342342
run_cmd ln -sf /etc/machine-id /var/lib/dbus/machine-id
343343
}
344344
make_repo_packages() {
345-
local _pkg _pkglist=($("${script_path}/tools/pkglist.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 [[ "${boot_splash}" = 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

0 commit comments

Comments
 (0)