From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: My second impression for GuixSd Date: Mon, 21 Jan 2019 11:19:52 +0900 Message-ID: <20190121021951.wdehqh2g5opbpsek@WaraToNora> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:32845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glPBz-0005VO-Ds for help-guix@gnu.org; Sun, 20 Jan 2019 21:20:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glPBy-0001le-RQ for help-guix@gnu.org; Sun, 20 Jan 2019 21:20:03 -0500 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]:36937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glPBy-0001l1-LA for help-guix@gnu.org; Sun, 20 Jan 2019 21:20:02 -0500 Received: by mail-pg1-x532.google.com with SMTP id c25so8733617pgb.4 for ; Sun, 20 Jan 2019 18:20:02 -0800 (PST) Received: from localhost ([2409:11:4a40:3600:afd4:3247:4a32:242a]) by smtp.gmail.com with ESMTPSA id x27sm16881829pfe.178.2019.01.20.18.19.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 20 Jan 2019 18:20:00 -0800 (PST) Content-Disposition: inline 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: help-guix Hello, I have finished system reconfigure successfully at second time. I think what configuration is better for who can't install package by self at first or can't use command in console and their PC is old, no enough memory... So my configuration has many packages for system wide, all locales, webbrowser, input method etc. I have some question in operating-system configuration, 1. How can I specify the menu-entry for no initrd? I tried as follows, (menu-entry (label "Wara GNU/Linux lfs-8.3") (linux "(hd0,3)/boot/vmlinuz-4.19.9-libre-wara-8.3") (linux-arguments '("root=/dev/sda3 ro")) (initrd "")) It's can be used but grub show warning: no file. 2. How can I add system service without system reconfiguration? 3. Can I make %custom-services inherited from %desktop-service like as package? I know can delete or add service. (define %custom-services (inherit %desktop-services) (cons* ....)) Best regard.