From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27007: [PATCH 1/2] bootloader: Use menu-entry to define custom bootloader entries. Date: Thu, 1 Jun 2017 13:14:54 +0200 Message-ID: <20170601131454.634a9d42@scratchpost.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=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGO5G-0002Oa-7x for bug-guix@gnu.org; Thu, 01 Jun 2017 07:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGO5C-0006cf-KQ for bug-guix@gnu.org; Thu, 01 Jun 2017 07:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dGO5C-0006cb-Em for bug-guix@gnu.org; Thu, 01 Jun 2017 07:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dGO5C-0005n1-9w for bug-guix@gnu.org; Thu, 01 Jun 2017 07:16:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86lgpcjecg.fsf@gmail.com> 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 Hi Mathieu, >Well I tried to run GuixSD without initrd and it's not possible yet. People apparently start other Linux distributions with it :) >a more consequent rework. Uuuh another person hit the boot-parameters usability problem. Let's get this patchset in and rework it later. How's the error reporting? If a user still has boot-parameters in his bootloader configuration menu-entries, will "guix system reconfigure" fail *before* he reboots? If so, does the error message hint on how to fix it? LGTM as is. The user interface is now the same as it had been before (in 0.13.0) - so it's an improvement. I just checked: The 0.13.0 release is safe. Phiew.