.
This commit is contained in:
parent
ae592c4a91
commit
9f971eb881
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set euxo -pipefail
|
set euxo -pipefail
|
||||||
|
mount /dev/disk/by-label/guix /mnt
|
||||||
|
mount /dev/disk/by-label/EFI /mnt/boot/efi
|
||||||
herd start cow-store /mnt
|
herd start cow-store /mnt
|
||||||
guix pull -L.
|
guix pull -C./channels.scm
|
||||||
sed -i 's|/etc/config.scm|/mnt/etc/config.scm|g' ./config.scm
|
|
||||||
guix system -L. init ./config.scm /mnt --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org"
|
guix system -L. init ./config.scm /mnt --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org"
|
||||||
|
|
Loading…
Reference in a new issue