From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20024: grub store is not copied to target system Date: Sun, 08 Mar 2015 22:49:37 +0100 Message-ID: <87lhj7nor2.fsf@gnu.org> References: <20150307000159.GA1292@venom> 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]:52209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUj5I-0000kd-D9 for bug-guix@gnu.org; Sun, 08 Mar 2015 17:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUj5H-0003o7-I3 for bug-guix@gnu.org; Sun, 08 Mar 2015 17:50:04 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:41252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUj5H-0003nS-Em for bug-guix@gnu.org; Sun, 08 Mar 2015 17:50:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YUj5G-0005cb-Tn for bug-guix@gnu.org; Sun, 08 Mar 2015 17:50:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150307000159.GA1292@venom> (tcech@suse.cz's message of "Sat, 7 Mar 2015 01:01:59 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: tcech@suse.cz Cc: 20024@debbugs.gnu.org tcech@suse.cz skribis: > With guix at revision df81e046c57e5f767738113e4e7a28b212c03d63 I tried > to deploy Guix to another partition. Do you mean that you wanted to use a different root partition than the one that was being used? > Result system installed Grub into partition but did not copied it's > store to /gnu/store/ on target partition. Indeed, =E2=80=98guix system reconfigure=E2=80=99 assumes that the root par= tition remains the same and does not try to copy the store. Thanks, Ludo=E2=80=99.