all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yoshinori Arai <kumagusu08@gmail.com>
To: help-guix <help-guix@gnu.org>
Subject: My second impression for GuixSd
Date: Mon, 21 Jan 2019 11:19:52 +0900	[thread overview]
Message-ID: <20190121021951.wdehqh2g5opbpsek@WaraToNora> (raw)

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.

             reply	other threads:[~2019-01-21  2:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-21  2:19 Yoshinori Arai [this message]
2019-01-21  8:49 ` My second impression for GuixSd Gábor Boskovits
2019-01-22  2:59   ` Yoshinori Arai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190121021951.wdehqh2g5opbpsek@WaraToNora \
    --to=kumagusu08@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.