mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix-improve): pass JOBS to guix pull and system image
This commit is contained in:
parent
9ea6cbb8fa
commit
ff99ac99a0
2 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ mkdir -p "${out_dir}"
|
|||
iso_store_path="$(guix system image \
|
||||
--system=x86_64-linux \
|
||||
-t iso9660 \
|
||||
-c "${JOBS}" \
|
||||
-e '(@@ (gnu system install) installation-os)' \
|
||||
--no-substitutes \
|
||||
--disable-authentication)"
|
||||
|
|
|
|||
|
|
@ -295,4 +295,4 @@ if ! guile -c '(use-modules (gnutls)) (if (module-variable (resolve-module (quot
|
|||
fi
|
||||
|
||||
start_distfiles_http_server
|
||||
guix pull --bootstrap --no-substitutes --channels="${channels_file}" --disable-authentication
|
||||
guix pull --bootstrap -c "${JOBS}" --no-substitutes --channels="${channels_file}" --disable-authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue