diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index df8b5a9241..3725f6c242 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6401,9 +6401,8 @@ builds to @file{/gnu/store} which, initially, is an in-memory file system. Next, you have to edit a file and provide the declaration of the operating system to be installed. To -that end, the installation system comes with three text editors: GNU nano -(@pxref{Top,,, nano, GNU nano Manual}), GNU Zile (an Emacs clone), and -nvi (a clone of the original BSD @command{vi} editor). +that end, the installation system comes with two text editors: GNU nano +(@pxref{Top,,, nano, GNU nano Manual}), and GNU Zile, an Emacs clone. We strongly recommend storing that file on the target root file system, say, as @file{/mnt/etc/config.scm}. Failing to do that, you will have lost your configuration file once you have rebooted into the newly-installed system. @@ -7797,6 +7796,7 @@ maximum address space that can be locked in memory. These settings are commonly used for real-time audio systems. @end deffn + @node Scheduled Job Execution @subsubsection Scheduled Job Execution |