From mboxrd@z Thu Jan 1 00:00:00 1970 From: csanchezdll@gmail.com (Carlos =?UTF-8?Q?S=C3=A1nchez?= de La Lama) Subject: bug#24346: [PATCH] Generate grub.cfg with correct paths when store is not in root partition Date: Mon, 26 Sep 2016 13:08:10 +0200 Message-ID: <7tfuom7wbp.fsf@gmail.com> References: <7tlgyw11k3.fsf@kdpof.com> <7th99ilgcb.fsf@gmail.com> <87oa3dptkj.fsf@gnu.org> 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]:36726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boTmU-0002By-Fd for bug-guix@gnu.org; Mon, 26 Sep 2016 07:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boTmQ-0007LD-2T for bug-guix@gnu.org; Mon, 26 Sep 2016 07:09:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boTmP-0007Kx-VM for bug-guix@gnu.org; Mon, 26 Sep 2016 07:09:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1boTmP-0002Wj-P0 for bug-guix@gnu.org; Mon, 26 Sep 2016 07:09:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87oa3dptkj.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 24 Sep 2016 17:53:32 +0900") 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 24346@debbugs.gnu.org Hi Ludo, > 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 ge= nerates 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. Thanks! Carlos