From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCBnD-0004rw-2v for guix-patches@gnu.org; Sat, 20 May 2017 17:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCBn8-0001jJ-5t for guix-patches@gnu.org; Sat, 20 May 2017 17:20:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54693) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCBn8-0001jE-2W for guix-patches@gnu.org; Sat, 20 May 2017 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dCBn7-0007nD-Tr for guix-patches@gnu.org; Sat, 20 May 2017 17:20:01 -0400 Subject: bug#26339: [PATCH] doc: Adapt to multiple bootloader support. Resent-Message-ID: References: <20170402134916.2871-1-m.othacehe@gmail.com> <20170516130306.10414-1-m.othacehe@gmail.com> <20170520211202.56h5vvvutif743by@penguin.suse.cz> From: Mathieu Othacehe In-reply-to: <20170520211202.56h5vvvutif743by@penguin.suse.cz> Date: Sat, 20 May 2017 23:19:48 +0200 Message-ID: <87vaovkyyz.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Cc: 26339@debbugs.gnu.org >>+ (boot-name 'grub) > > Is anywhere documented what does this line means? Mmh, I forget it in the doc patch sorry. This field is used to restore the correct bootloader when doing a "guix system switch-generation". In your case you can use any value. We definitely need to change this.