diff options
author | Christopher Baines <ikiwiki.info> | 2017-12-08 19:55:53 +0000 |
---|---|---|
committer | Christopher Baines <ikiwiki.info> | 2017-12-08 19:55:53 +0000 |
commit | 2defd8ddefe6603e6dc875cde68381d9220a3a62 (patch) | |
tree | a68edfe940c0ee9c1eb2a78d933920cce808d02a | |
parent | 1278b6666ea5474fa0d5f1fd04bb5d8aaf4bcf4b (diff) | |
download | cbaines.net-2defd8ddefe6603e6dc875cde68381d9220a3a62.tar cbaines.net-2defd8ddefe6603e6dc875cde68381d9220a3a62.tar.gz |
Say about using --no-grafts with guix system init
-rw-r--r-- | posts/bytemark_server_with_guixsd.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/posts/bytemark_server_with_guixsd.mdwn b/posts/bytemark_server_with_guixsd.mdwn index fb60ee2..b09df53 100644 --- a/posts/bytemark_server_with_guixsd.mdwn +++ b/posts/bytemark_server_with_guixsd.mdwn @@ -125,6 +125,12 @@ move down kept opening new browser windows. # Step 10: Run guix system init +I did have some problems at this point, as the VM appeared to +reboot. I tried again, but this time with the --no-grafts option, and +it worked. If you encounter something similar, try adding the +--no-grafts option to guix system init, and I'd also be interested to +know. + guix system init /mnt/etc/config.scm /mnt ... Installation finished. No error reported. |