From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Allow system configuration without a bootloader Date: Thu, 02 Jan 2020 23:28:14 +0100 Message-ID: <8736cxsdc1.fsf@gnu.org> References: <1092401577892668@sas8-f59b61ed75ea.qloud-c.yandex.net> <8960E4BA-7509-4D5C-B93C-8F39AC188F3F@lepiller.eu> <357561577914770@vla1-c477e3898c96.qloud-c.yandex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47699) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1in8x2-0004sb-Gn for guix-devel@gnu.org; Thu, 02 Jan 2020 17:28:21 -0500 In-Reply-To: <357561577914770@vla1-c477e3898c96.qloud-c.yandex.net> (kanichos@yandex.ru's message of "Thu, 02 Jan 2020 00:39:30 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "kanichos@yandex.ru" Cc: "guix-devel@gnu.org" Hi, "kanichos@yandex.ru" skribis: > Yes, AFAIR it only works with =E2=80=98init=E2=80=99 and has no effect at= all with =E2=80=98reconfigure=E2=80=99.=20 =E2=80=98--no-bootloader=E2=80=99 should definitely work for =E2=80=98recon= figure=E2=80=99; could you double-check and report a bug if it doesn=E2=80=99t work? Now, if that=E2=80=99s useful, we could easily define a =E2=80=9Cnoop=E2=80= =9D 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=E2=80=99.