From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: My first impression for GuixSD Date: Sun, 06 Jan 2019 10:00:21 +0100 Message-ID: <874lamrwii.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:58579 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gg4X7-0004pE-6X for help-guix@gnu.org; Sun, 06 Jan 2019 04:15:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gg4X1-0003pp-T5 for help-guix@gnu.org; Sun, 06 Jan 2019 04:15:49 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21759) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gg4X1-0003oF-E4 for help-guix@gnu.org; Sun, 06 Jan 2019 04:15:43 -0500 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: =?utf-8?B?6I2S5LqV5ZCJ5YmH?= Cc: Help-Guix@gnu.org, Help-Guix =E8=8D=92=E4=BA=95=E5=90=89=E5=89=87 writes: > My knowladge of guixsd configuration is not enogh to make my own > configuration yet. but my expectation is that I could ajdust system > configuration according to ordinal way of postinstallation. > > For instance, locale setting at config.scm is to install additional fonts > according to locale or config of multiboot is that I could edit > /etc/grub.d/40_custom for postinstallation. This won=E2=80=99t work on a Guix system, because it does not generally con= sult files in /etc. Most system configuration files are generated when running =E2=80=9Cguix system init=E2=80=9D (or =E2=80=9Cguix system reconfi= gure=E2=80=9D) using the information provided in the system configuration file. --=20 Ricardo