From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAbsZ-0000R3-06 for guix-patches@gnu.org; Tue, 16 May 2017 08:47:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAbsV-0007RE-4p for guix-patches@gnu.org; Tue, 16 May 2017 08:47:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44853) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAbsV-0007RA-0v for guix-patches@gnu.org; Tue, 16 May 2017 08:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dAbsU-0005aE-Q9 for guix-patches@gnu.org; Tue, 16 May 2017 08:47:02 -0400 Subject: bug#26339: [PATCH v4 6/7] scripts: system: Adapt "switch-generation" to new bootloader API. Resent-Message-ID: References: <20170514074803.25556-1-m.othacehe@gmail.com> <20170514074803.25556-7-m.othacehe@gmail.com> <20170514105418.12c2a55a@scratchpost.org> From: Mathieu Othacehe In-reply-to: <20170514105418.12c2a55a@scratchpost.org> Date: Tue, 16 May 2017 14:46:56 +0200 Message-ID: <86inl1t1dr.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: Danny Milosavljevic Cc: 26339@debbugs.gnu.org >> + ;; PARAMS file may not contain a suitable BOOT-DEVICE. If BOOT-DEVICE >> + ;; is #f do not run BOOTLOADER-INSTALLER during bootloader installation. > > Comment outdated? You're right I changed it before applying. Mathieu