all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "kanichos@yandex.ru" <kanichos@yandex.ru>
Cc: "guix-devel@gnu.org" <guix-devel@gnu.org>
Subject: Re: Allow system configuration without a bootloader
Date: Thu, 02 Jan 2020 23:28:14 +0100	[thread overview]
Message-ID: <8736cxsdc1.fsf@gnu.org> (raw)
In-Reply-To: <357561577914770@vla1-c477e3898c96.qloud-c.yandex.net> (kanichos@yandex.ru's message of "Thu, 02 Jan 2020 00:39:30 +0300")

Hi,

"kanichos@yandex.ru" <kanichos@yandex.ru> skribis:

> Yes, AFAIR it only works with ‘init’ and has no effect at all with ‘reconfigure’. 

‘--no-bootloader’ should definitely work for ‘reconfigure’; could you
double-check and report a bug if it doesn’t work?

Now, if that’s useful, we could easily define a “noop” bootloader in
(gnu bootloader noop), along these lines:

  (define noop-bootloader
    (bootloader
     (name 'noop)
     (package #f)
     (installer #~(cons #t))
     (configuration-file #f)
     (configuration-file-generator #f)))

Thanks,
Ludo’.

  reply	other threads:[~2020-01-02 22:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01 15:31 Allow system configuration without a bootloader kanichos
2020-01-01 21:12 ` Julien Lepiller
2020-01-01 21:39   ` kanichos
2020-01-02 22:28     ` Ludovic Courtès [this message]
2020-01-02 23:01       ` kanichos

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=8736cxsdc1.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=kanichos@yandex.ru \
    /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.