mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-16 16:32:17 +02:00
fix(guix-iso): remove invalid option
This commit is contained in:
parent
23f73687d5
commit
2214fcee82
1 changed files with 1 additions and 2 deletions
|
|
@ -26,8 +26,7 @@ iso_store_path="$(guix system image \
|
|||
-t iso9660 \
|
||||
-c "${JOBS}" \
|
||||
-e '(@@ (gnu system install) installation-os)' \
|
||||
--no-substitutes \
|
||||
--disable-authentication)"
|
||||
--no-substitutes)"
|
||||
|
||||
if [ ! -e "${iso_store_path}" ]; then
|
||||
echo "guix system image did not return a valid path: ${iso_store_path}" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue