all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72439] [PATCH] doc: Setting Up the Daemon: Add paragraphs whom this section is for.
@ 2024-08-03  8:15 Florian Pelz
  2024-08-05 11:41 ` [bug#72439] [PATCH v2] doc: Setting Up the Daemon: Give guidance to whom this section is useful Florian Pelz
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Florian Pelz @ 2024-08-03  8:15 UTC (permalink / raw)
  To: 72439
  Cc: Florian Pelz, Florian Pelz, Ludovic Courtès,
	Matthew Trzcinski, Maxim Cournoyer

* doc/guix.texi (Setting Up the Daemon): Specify intended audience.

Change-Id: I784c5f720aa87bddb6455e42181a1e9de5d7ec9a
---
 doc/guix.texi | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 41814042f5..abd7e2f279 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -860,8 +860,22 @@ Setting Up the Daemon
 @section Setting Up the Daemon
 
 @cindex daemon
+During the installation, the @dfn{build daemon} that must be running
+to use Guix has already been set up and you can run @command{guix}
+commands in your terminal program.  For plain usage, feel free to skip
+this section.  You should continue with the following section,
+@ref{Application Setup}.
+
+However, some of us have reason to replace outdated daemon versions,
+tweak it, perform builds on other machines (@pxref{Daemon Offload
+Setup}) or start it manually in special environments like Chroots
+(@pxref{Chrooting into an existing system}) or WSL (manual start-up is
+not needed, though, for WSL images created with Guix, @pxref{System
+Images, @code{wsl2-image-type}}).  If you want to know more or
+optimize your system, this section is worth reading.
+
 Operations such as building a package or running the garbage collector
-are all performed by a specialized process, the @dfn{build daemon}, on
+are all performed by a specialized process, the build daemon, on
 behalf of clients.  Only the daemon may access the store and its
 associated database.  Thus, any operation that manipulates the store
 goes through the daemon.  For instance, command-line tools such as

base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-08-16 21:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03  8:15 [bug#72439] [PATCH] doc: Setting Up the Daemon: Add paragraphs whom this section is for Florian Pelz
2024-08-05 11:41 ` [bug#72439] [PATCH v2] doc: Setting Up the Daemon: Give guidance to whom this section is useful Florian Pelz
2024-08-06  6:46 ` [bug#72439] [PATCH v3] " Florian Pelz
2024-08-08  9:16 ` [bug#72439] [PATCH] doc: Setting Up the Daemon: Add paragraphs whom this section is for Vincent Legoll
2024-08-08 11:22   ` pelzflorian (Florian Pelz)
2024-08-09  9:09 ` [bug#72439] [PATCH v4] doc: Setting Up the Daemon: Give guidance to whom this section is useful Florian Pelz
2024-08-09 13:23   ` Vincent Legoll
2024-08-10 14:11     ` bug#72439: " pelzflorian (Florian Pelz)
2024-08-16 16:17 ` [bug#72439] [PATCH] doc: Setting Up the Daemon: Add paragraphs whom this section is for Ludovic Courtès
2024-08-16 18:42   ` pelzflorian (Florian Pelz)
2024-08-16 21:05   ` pelzflorian (Florian Pelz)

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.