From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id yOJjN4BP1mUFgwAA62LTzQ:P1 (envelope-from ) for ; Wed, 21 Feb 2024 20:31:13 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id yOJjN4BP1mUFgwAA62LTzQ (envelope-from ) for ; Wed, 21 Feb 2024 20:31:13 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TMkdNqIj; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708530738; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Tzwn7FBAwQ85krLO54zsIByop5inT1byWs5whSgkNvA=; b=K77l2OkVYQRgUDAHEv+fpUUI3r2oD4bhUIqfQDLc5/kmSexqubVLDjHn3Z0U4csc8ZlELm XE8vK5TRT9KCxhgqIj+2IwwkYjX8dgXeycy76CcYRHz0qPHE6P7rz1foU5/UycpdF1TgrU FBczk4FyId1P1+WFokXiLXe8cumN0woW+L8QOPkPIeJ4fxOMR4lZvwXE84APqyLUAQOWhM fSYFHvn342nPQ9cdd3C7a2+8gWbSVT/Ov7SulPoKWhiaLU8Ou4Nehbc/szaO1K+AlMxNk8 QWgSSxDxU4P4Wq1RIs/Dy7MaX954w1d/AGgMi6smZSWAJWVnpQGuwDvzV66mLA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TMkdNqIj; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708530738; a=rsa-sha256; cv=none; b=e+j1QT7tDOeC2cCVcTjaDNjXpESL3ADEsmhTywk8mS0YBFwZyJSlNtr6NhYKPs8wLIPN+o N+AKRvhCRO2MyXkLbMJl2bkDaq8uLiqCfxvkXBjW6GlobGWThLdddbx9KrUM62GZoqpeXt I0oyVAfGMpOFW2Xi/g9ny5Z3FfRVIZ63OU9B/DPY5WuCxrjXLIYkN8f5vPYVvjfbTnXFYT AJUlJrxd1INtF7sFtQZ+TIOD2jWdNaDVJrnjB3yy+3BiiOsGwIgRdwB5A4ifE0HTZEdysF BNJr55D6LA25qRii/lUUoRTeXe2AQMh8ko8k2m4djA9N7YITFHsdetDeTFZ1WQ== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 757349A85 for ; Wed, 21 Feb 2024 16:52:18 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcoZN-0000z4-EU; Wed, 21 Feb 2024 10:31:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcoNp-0008QH-Ai for guix-patches@gnu.org; Wed, 21 Feb 2024 10:19:42 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rcoNo-0003hZ-SB for guix-patches@gnu.org; Wed, 21 Feb 2024 10:19:41 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rcoOB-0006G2-5O for guix-patches@gnu.org; Wed, 21 Feb 2024 10:20:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69302] [PATCH 0/2] New "Getting Started" section for Guix System Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Feb 2024 15:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69302 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69302@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170852877923977 (code B ref -1); Wed, 21 Feb 2024 15:20:03 +0000 Received: (at submit) by debbugs.gnu.org; 21 Feb 2024 15:19:39 +0000 Received: from localhost ([127.0.0.1]:50081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcoNm-0006Ea-IP for submit@debbugs.gnu.org; Wed, 21 Feb 2024 10:19:38 -0500 Received: from lists.gnu.org ([209.51.188.17]:36320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcoNi-0006Dn-P1 for submit@debbugs.gnu.org; Wed, 21 Feb 2024 10:19:36 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcoL7-0000wD-7B for guix-patches@gnu.org; Wed, 21 Feb 2024 10:16:54 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rco3Z-0007fp-UI; Wed, 21 Feb 2024 09:58:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=Tzwn7FBAwQ85krLO54zsIByop5inT1byWs5whSgkNvA=; b=TMkdNqIjrJ5qVY Sd4N5kYbtQ5j29WJs7dxPO+PNPeoJeS3HoSB3vggt7uR3CnNogNi2/PKZyZRTd3YZf2vp+OSJMHeA Ouy9Vldbwq9Hfxz25zKTlr5upFFDLFjUsFo50Je2fWfWLFN47LwcDA1YWfsYDdO/UajxapgvQZ0/n NPtmV+q1ckjHy0DibbF4gXH387ufuwVX1UnnqrJI1OZqy6Z07rdIXacdyWwx/BFAZkmd+RBzKqVkC VCz/ZkQaA2ylq9V0I4hT2NpEYiu/Wot0xSvrbMKlGv5y4kqsf2AFBOICfOa/cYh3OBYFqFoBUScFZ pPZQghSOxIHz3b0q7EBw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Wed, 21 Feb 2024 15:58:34 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.17 X-Spam-Score: -4.17 X-Migadu-Queue-Id: 757349A85 X-TUID: NCrNLGatA/yZ Hello Guix! It was recently brought to my attention (by an unsatisfied family member, so I couldn’t ignore it) that the documentation didn’t really tell you how to get started with Guix System: the main entry point was the “Using the Configuration System” section, which dives straight into the details of what to put in the config file, with page-long examples. Only at the bottom did it finally mention ‘guix system reconfigure’. These patches aim to improve on that: the new “Getting Started” section tries to give an overview of what it’s like to manage a Guix System machine. The goal is the same as for the other “Getting Started” section: to have something relatively short, with command blocks and links to the relevant sections to learn more. The second patch adds a subsection showing three ways to inspect a system configuration. Feedback welcome! Ludo’. Ludovic Courtès (2): doc: Add “Getting Started with the System” section. doc: Add “Inspecting Services” section. doc/guix.texi | 365 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 289 insertions(+), 76 deletions(-) base-commit: ffcce77ec488e3c89401ad77fafa65fcd9e9f5be -- 2.41.0