mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix-iso): copy manifest directly before image build
This commit is contained in:
parent
260fa2ae17
commit
23f73687d5
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ fi
|
||||||
|
|
||||||
mkdir -p "${out_dir}"
|
mkdir -p "${out_dir}"
|
||||||
|
|
||||||
|
cp /var/guix/profiles/per-user/root/current-guix/manifest /usr/manifest
|
||||||
|
|
||||||
iso_store_path="$(guix system image \
|
iso_store_path="$(guix system image \
|
||||||
--system=x86_64-linux \
|
--system=x86_64-linux \
|
||||||
-t iso9660 \
|
-t iso9660 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue