mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(guix): add --disable-authentication
This commit is contained in:
parent
173db715e0
commit
a3878a91b9
2 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,8 @@ iso_store_path="$(guix system image \
|
||||||
--system=x86_64-linux \
|
--system=x86_64-linux \
|
||||||
-t iso9660 \
|
-t iso9660 \
|
||||||
-e '(@@ (gnu system install) installation-os)' \
|
-e '(@@ (gnu system install) installation-os)' \
|
||||||
--no-substitutes)"
|
--no-substitutes \
|
||||||
|
--disable-authentication)"
|
||||||
|
|
||||||
if [ ! -e "${iso_store_path}" ]; then
|
if [ ! -e "${iso_store_path}" ]; then
|
||||||
echo "guix system image did not return a valid path: ${iso_store_path}" >&2
|
echo "guix system image did not return a valid path: ${iso_store_path}" >&2
|
||||||
|
|
|
||||||
|
|
@ -231,4 +231,4 @@ EOF
|
||||||
|
|
||||||
chmod 0644 "${channels_file}"
|
chmod 0644 "${channels_file}"
|
||||||
|
|
||||||
guix pull --bootstrap --no-substitutes --channels="${channels_file}"
|
guix pull --bootstrap --no-substitutes --channels="${channels_file}" --disable-authentication
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue