From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24346: [PATCH] Generate grub.cfg with correct paths when store is not in root partition Date: Mon, 26 Sep 2016 17:53:54 +0200 Message-ID: <87y42efyi5.fsf@gnu.org> References: <7tlgyw11k3.fsf@kdpof.com> <7th99ilgcb.fsf@gmail.com> <87oa3dptkj.fsf@gnu.org> <7tfuom7wbp.fsf@gmail.com> 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]:53360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boYFG-0006jh-Nk for bug-guix@gnu.org; Mon, 26 Sep 2016 11:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boYFC-0007J9-J4 for bug-guix@gnu.org; Mon, 26 Sep 2016 11:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boYFC-0007Ir-Ft for bug-guix@gnu.org; Mon, 26 Sep 2016 11:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1boYFC-0002xO-BY for bug-guix@gnu.org; Mon, 26 Sep 2016 11:55:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <7tfuom7wbp.fsf@gmail.com> ("Carlos =?UTF-8?Q?S=C3=A1nchez?= de La Lama"'s message of "Mon, 26 Sep 2016 13:08:10 +0200") 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: Carlos =?UTF-8?Q?S=C3=A1nchez?= de La Lama Cc: 24346-done@debbugs.gnu.org csanchezdll@gmail.com (Carlos S=C3=A1nchez de La Lama) skribis: >> I ended up pushing a slightly modified version of this patch as >> 0f65f54ebd76324653fd5506a7dab42ee44d9255. > > Great! Your version looks definitely better :-) > >> I verified the grub.cfg that =E2=80=98guix system reconfigure=E2=80=99 g= enerates and it >> seems to work fine. If you can confirm that it still works for you, >> please say so to 24346-done@debbugs.gnu.org. :-) > > Works on my system which has store on a separate partition. I have > checked grub module and image gets correctly found as well as kernel and > initrd. Great! Ludo=E2=80=99.