.
This commit is contained in:
parent
ae592c4a91
commit
9f971eb881
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
set euxo -pipefail
|
||||
mount /dev/disk/by-label/guix /mnt
|
||||
mount /dev/disk/by-label/EFI /mnt/boot/efi
|
||||
herd start cow-store /mnt
|
||||
guix pull -L.
|
||||
sed -i 's|/etc/config.scm|/mnt/etc/config.scm|g' ./config.scm
|
||||
guix pull -C./channels.scm
|
||||
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