mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix: remove iso_store_path usage, just for test
This commit is contained in:
parent
2214fcee82
commit
163bfbeeff
1 changed files with 7 additions and 7 deletions
|
|
@ -21,16 +21,16 @@ mkdir -p "${out_dir}"
|
|||
|
||||
cp /var/guix/profiles/per-user/root/current-guix/manifest /usr/manifest
|
||||
|
||||
iso_store_path="$(guix system image \
|
||||
guix system image \
|
||||
--system=x86_64-linux \
|
||||
-t iso9660 \
|
||||
-c "${JOBS}" \
|
||||
-e '(@@ (gnu system install) installation-os)' \
|
||||
--no-substitutes)"
|
||||
--no-substitutes
|
||||
|
||||
if [ ! -e "${iso_store_path}" ]; then
|
||||
echo "guix system image did not return a valid path: ${iso_store_path}" >&2
|
||||
exit 1
|
||||
fi
|
||||
# if [ ! -e "${iso_store_path}" ]; then
|
||||
# echo "guix system image did not return a valid path: ${iso_store_path}" >&2
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
ln -sfn "${iso_store_path}" "${out_dir}/guix-system-install-x86_64.iso"
|
||||
# ln -sfn "${iso_store_path}" "${out_dir}/guix-system-install-x86_64.iso"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue