From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHzG2-00066Z-1T for guix-patches@gnu.org; Thu, 23 Nov 2017 16:42:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHzFy-000581-V3 for guix-patches@gnu.org; Thu, 23 Nov 2017 16:42:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHzFy-00057r-SK for guix-patches@gnu.org; Thu, 23 Nov 2017 16:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eHzFy-0005TK-LE for guix-patches@gnu.org; Thu, 23 Nov 2017 16:42:02 -0500 Subject: [bug#29404] [PATCH] bootloader: extlinux: Fix device tree path. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171122191715.28788-1-m.othacehe@gmail.com> <87a7zdvwcz.fsf@gnu.org> <87tvxk26f8.fsf@gmail.com> Date: Thu, 23 Nov 2017 22:41:15 +0100 In-Reply-To: <87tvxk26f8.fsf@gmail.com> (Mathieu Othacehe's message of "Thu, 23 Nov 2017 19:31:23 +0100") Message-ID: <87d148ptac.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 29404@debbugs.gnu.org Mathieu Othacehe skribis: >> What was wrong previously? How does this affect the >> =E2=80=9Cinstalled-extlinux-os=E2=80=9D test? > > The issue was FDTDIR was set to /gnu/store/...-linux/bzImage/lib/dtbs > instead of /gnu/store/...-linux/lib/dtbs. This has gone unnoticed > because device tree are not used on intel architecture. > > So installed-extlinux-os must behave exactly the same because FDTDIR is > ignored. Got it, makes perfect sense. Thank you! Ludo=E2=80=99.