From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: disable substitutes for grub config and bootloader installation script Date: Wed, 01 Jan 2020 11:52:37 +0000 (GMT) Message-ID: 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]:55240) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imcYM-0005xA-LO for guix-devel@gnu.org; Wed, 01 Jan 2020 06:52:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imcYL-00074A-6d for guix-devel@gnu.org; Wed, 01 Jan 2020 06:52:42 -0500 Received: from aibo.runbox.com ([91.220.196.211]:42208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imcYK-0006wv-Ka for guix-devel@gnu.org; Wed, 01 Jan 2020 06:52:41 -0500 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1imcYH-0008P8-AQ for guix-devel@gnu.org; Wed, 01 Jan 2020 12:52:37 +0100 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1imcYH-0007hn-8y for guix-devel@gnu.org; Wed, 01 Jan 2020 12:52:37 +0100 Content-Disposition: inline Received: from [Authenticated alias (780724)] by runbox.com with http (RMM6); for ; Wed, 01 Jan 2020 11:52:37 GMT 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.org@gnu.org Sender: "Guix-devel" To: guix-devel rolling back the system shows it's trying to get substitutes for grub.cfg.d= rv and install-bootloader.scm.drv: ``` itsme@antelope ~> sudo guix system roll-back Password:=20 substitute: updating substitutes from 'https://berlin.guixsd.org'... 100.0% substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100= .0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivation will be built: /gnu/store/b90j6p6qpzvs5x884hhy9dc3zvv6jhcs-grub.cfg.drv building /gnu/store/b90j6p6qpzvs5x884hhy9dc3zvv6jhcs-grub.cfg.drv... substitute: updating substitutes from 'https://berlin.guixsd.org'... 100.0% substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 100= .0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% building /gnu/store/m7lcl11s38ks2hapm1j7s2z9szig3zhs-install-bootloader.scm= .drv... switched from generation 46 to 45 ``` This is not needed, unless I am missing something?=