From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27007: [PATCH 1/2] bootloader: Use menu-entry to define custom bootloader entries. Date: Thu, 01 Jun 2017 13:22:37 +0200 Message-ID: <87bmq83qbm.fsf@gnu.org> References: <87shjvsquh.fsf@gnu.org> <20170531072328.16116-1-m.othacehe@gmail.com> <20170531072328.16116-2-m.othacehe@gmail.com> <20170601001131.70855905@scratchpost.org> <86lgpcjecg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGOC1-0006Y6-UZ for bug-guix@gnu.org; Thu, 01 Jun 2017 07:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGOBy-0002oW-2s for bug-guix@gnu.org; Thu, 01 Jun 2017 07:23:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45925) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGOBx-0002o9-Vp for bug-guix@gnu.org; Thu, 01 Jun 2017 07:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGOBx-00060X-RH for bug-guix@gnu.org; Thu, 01 Jun 2017 07:23:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86lgpcjecg.fsf@gmail.com> (Mathieu Othacehe's message of "Thu, 01 Jun 2017 10:34:39 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mathieu Othacehe Cc: 27007@debbugs.gnu.org Hello, Mathieu Othacehe skribis: >> For another future patch: Hmm, should we make this optional? I didn't = have an initrd for many years. > > Well I tried to run GuixSD without initrd and it's not possible > yet. Besides mounting root partition, it's also used to start the > initial guile script (/run/current-system/boot). > > However, that's something I'd like to see :) I think it=E2=80=99s hard to achieve in general, unless you build the relev= ant disk and file system drivers directly inside your kernel. (The whole point of the initrd is that you can keep a small kernel build and then populate the initrd with the modules that are needed to mount the root file system.) (I=E2=80=99ll comment on the other issues separately!) Ludo=E2=80=99.