From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Plan for a release! Date: Sun, 08 Mar 2020 13:33:08 +0100 Message-ID: <871rq3owl7.fsf@elephly.net> References: <60bd323b399bc4fafefc74d7fa84c0db@dismail.de> <86lfoqy8h0.fsf@dismail.de> <87pne3d5t6.fsf@gnu.org> <1e9d70a74387d32de652695c0142fdaa@dismail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46770) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAv7Z-0003Am-2L for guix-devel@gnu.org; Sun, 08 Mar 2020 08:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAv7X-0000EJ-Ve for guix-devel@gnu.org; Sun, 08 Mar 2020 08:33:28 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21103) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAv7W-00009Z-Ve for guix-devel@gnu.org; Sun, 08 Mar 2020 08:33:27 -0400 In-reply-to: <1e9d70a74387d32de652695c0142fdaa@dismail.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: jbranso@dismail.de Cc: guix-devel@gnu.org jbranso@dismail.de writes: > 1. I wish I knew how I could have reconfigured my laptop instead of reins= talling everything. I > tried this. > > chroot /mnt; > guix system reconfigure /mnt/etc/config.scm; > > I got an error that said that guix could not access the build daemon insi= de the chroot. I wasn't > sure how to fix that. Why chroot into /mnt? You can just =E2=80=9Cguix system reconfigure /my/config.scm=E2=80=9D as root. --=20 Ricardo