From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAdyE-0004Jq-35 for guix-patches@gnu.org; Tue, 16 May 2017 11:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAdyA-0007pq-WC for guix-patches@gnu.org; Tue, 16 May 2017 11:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46231) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAdyA-0007pj-IL for guix-patches@gnu.org; Tue, 16 May 2017 11:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dAdyA-0000YP-3T for guix-patches@gnu.org; Tue, 16 May 2017 11:01:02 -0400 Subject: bug#26339: [PATCH v4 1/7] bootloader: Add extlinux support. Resent-Message-ID: Date: Tue, 16 May 2017 17:00:30 +0200 From: Danny Milosavljevic Message-ID: <20170516170030.15c8990c@scratchpost.org> In-Reply-To: <86d1b8ua7y.fsf@gmail.com> References: <20170514074803.25556-1-m.othacehe@gmail.com> <20170514074803.25556-2-m.othacehe@gmail.com> <87lgpzwoxj.fsf@gnu.org> <86h90lt15r.fsf@gmail.com> <20170516163840.35a53ef7@scratchpost.org> <86d1b8ua7y.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mathieu Othacehe Cc: 26339@debbugs.gnu.org Hi Mathieu, On Tue, 16 May 2017 16:50:41 +0200 Mathieu Othacehe wrote: > > U-Boot uses extlinux config. > > What do you mean by extlinux config ? An extlinux configuration file, > without extlinux installed in MBR ? Yes. If an extlinux config file is there, u-boot prefers it even to u-boot's native config file (the latter is more like a list of commands than a configuration).