mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-18 09:22:15 +02:00
fix(guix): mirror boost unordered patch through local distfiles
This commit is contained in:
parent
a8749e87ad
commit
a98f0d1164
7 changed files with 99 additions and 53 deletions
|
|
@ -5,12 +5,15 @@ set -e
|
|||
|
||||
. /steps/bootstrap.cfg
|
||||
. /steps/env
|
||||
. /steps-guix/improve/local-distfiles-http.sh
|
||||
|
||||
guix_localstate_dir="/var/guix"
|
||||
daemon_socket="${guix_localstate_dir}/daemon-socket/socket"
|
||||
out_dir="/external/guix-images"
|
||||
export GUIX_DAEMON_SOCKET="${daemon_socket}"
|
||||
|
||||
trap stop_distfiles_http_server EXIT INT TERM HUP
|
||||
|
||||
if [ ! -S "${daemon_socket}" ]; then
|
||||
echo "guix-daemon socket is missing: ${daemon_socket}" >&2
|
||||
echo "Run improve/guix-daemon-and-pull.sh first." >&2
|
||||
|
|
@ -24,6 +27,7 @@ test -d /usr/share/guile/site/3.0/gnu/installer/aux-files || \
|
|||
cp -r /var/lib/guix/local-channels/guix/gnu/installer/aux-files \
|
||||
/usr/share/guile/site/3.0/gnu/installer/
|
||||
|
||||
start_distfiles_http_server
|
||||
guix system image \
|
||||
--system=x86_64-linux \
|
||||
-t iso9660 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue