diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-01 23:25:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-01 23:25:44 +0200 |
commit | ad14d9e79d2e97525e88d0b10b3feb8d09ab518a (patch) | |
tree | 5b10dcbf189cce71729a6ec4ae88ce0f190bf243 /doc | |
parent | e23f14fe0cb74ca21e9c1586d836639ce17eab0d (diff) | |
download | guix-ad14d9e79d2e97525e88d0b10b3feb8d09ab518a.tar guix-ad14d9e79d2e97525e88d0b10b3feb8d09ab518a.tar.gz |
doc: Clarify system installation and configuration details.
Reported by leth on #guix.
* doc/guix.texi (System Installation): Suggest running 'reboot' instead
of 'umount /mnt'.
(Initial RAM Disk): Add xref to SRFI-26.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e34a70f0df..46f2c70b85 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2948,7 +2948,7 @@ more information, @pxref{Invoking guix system}. This command may trigger downloads or builds of missing packages, which can take some time. Once that command has completed---and hopefully succeeded!---you can -unmount @file{/mnt} and boot into the new system. Cross fingers, and +run @command{reboot} and boot into the new system. Cross fingers, and join us on @code{#guix} on the Freenode IRC network or on @file{guix-devel@@gnu.org} to share your experience---good or not so good. @@ -3535,6 +3535,10 @@ system declaration like this: #:extra-modules '("my.ko" "modules.ko"))) @end example +@noindent +Note that for the example above, the SRFI-26 module needs to be imported +(@pxref{SRFI-26,,, guile, GNU Guile Reference Manual}). + It also handles common use cases that involves using the system as a QEMU guest, or as a ``live'' system whose root file system is volatile. |