From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27007: [PATCH 2/2] doc: Adapt to multiple bootloader support. Date: Mon, 5 Jun 2017 16:11:57 +0200 Message-ID: <20170605161157.7faa9480@scratchpost.org> References: <87shjvsquh.fsf@gnu.org> <20170531072328.16116-1-m.othacehe@gmail.com> <20170531072328.16116-3-m.othacehe@gmail.com> <87zidmd8lv.fsf@gnu.org> 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]:38684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHskm-00005x-GQ for bug-guix@gnu.org; Mon, 05 Jun 2017 10:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHskg-0002DP-MZ for bug-guix@gnu.org; Mon, 05 Jun 2017 10:13:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55015) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHskg-0002D9-Jj for bug-guix@gnu.org; Mon, 05 Jun 2017 10:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHskg-00009J-5Z for bug-guix@gnu.org; Mon, 05 Jun 2017 10:13:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zidmd8lv.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27007@debbugs.gnu.org Hi Ludo, On Mon, 05 Jun 2017 12:36:28 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > What happens with other bootloaders? Do we get older boot entries? Yes, but U-Boot has no support for submenus, only one menu [1]. Extlinux-t= he-format technically does support submenus [2]. > > @item switch-generation > What happens to the bootloader itself? Does it change the bootloader to > the one that was chosen back then? No. We had been thinking about it but it's unsafe to do that. So instead switch-generation will always reuse the bootloader that was used= in the current generation. switch-generation has the same effect as manually selecting another menu en= try from the boot menu on bootup would have had - it just additionally defa= ults to that entry. On the other hand, when you run "guix system reconfigure" or "guix system i= nit": There, it will install and use the (newly) specified one. [1] See also . [2] See also .