logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

finalize_job_count.sh (281B)


  1. #!/bin/sh
  2. #
  3. # SPDX-FileCopyrightText: 2024 Gábor Stefanik <netrolller.3d@gmail.com>
  4. #
  5. # SPDX-License-Identifier: GPL-3.0-or-later
  6. #
  7. # Finalize job count once SMP support is available
  8. cat >> /steps/bootstrap.cfg <<- EOF
  9. JOBS=${FINAL_JOBS}
  10. EOF
  11. . /steps/bootstrap.cfg
  12. . /steps/env