• R/O
  • HTTP
  • SSH
  • HTTPS

LFBS: Commit

GitHubのミラーです
https://github.com/FascodeNet/LFBS


Commit MetaInfo

Revision2060f1ea21b93b9284c83c8d4aa929fafe9d1592 (tree)
Time2020-11-20 21:04:18
Authorkokkiemouse <kokkiemouse@fasc...>
Commiterkokkiemouse

Log Message

fixed ply

Signed-off-by: kokkiemouse <kokkiemouse@fascode.net>

Change Summary

Incremental Difference

--- a/build.sh
+++ b/build.sh
@@ -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-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() {
352352 make_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
Show on old repository browser