guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Allow system configuration without a bootloader


From: Ludovic Courtès
Subject: Re: Allow system configuration without a bootloader
Date: Thu, 02 Jan 2020 23:28:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

"address@hidden" <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]