OSDN Git Service

fixed option
authorkokkiemouse <kokkiemouse@fascode.net>
Fri, 20 Nov 2020 11:47:57 +0000 (20:47 +0900)
committerkokkiemouse <kokkiemouse@fascode.net>
Fri, 20 Nov 2020 11:47:57 +0000 (20:47 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@fascode.net>
build.sh

index 2a8656e..fb442de 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -342,7 +342,7 @@ make_systemd() {
     run_cmd ln -sf /etc/machine-id /var/lib/dbus/machine-id
 }
 make_repo_packages() {    
-    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) ))
+    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) ))
     # Create a list of packages to be finally installed as packages.list directly under the working directory.
     echo -e "# The list of packages that is installed in live cd.\n#\n\n" > "${work_dir}/packages.list"
     # Install packages on airootfs