From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18061: 'guix system init' should store derivation outputs on target store Date: Sun, 20 Jul 2014 11:31:49 +0200 Message-ID: <8738dwbcl6.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]:44581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8nUS-0002dO-Ee for bug-guix@gnu.org; Sun, 20 Jul 2014 05:33:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8nUM-0002xy-Op for bug-guix@gnu.org; Sun, 20 Jul 2014 05:33:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:36512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8nUM-0002xu-Mf for bug-guix@gnu.org; Sun, 20 Jul 2014 05:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X8nUM-0004nD-7x for bug-guix@gnu.org; Sun, 20 Jul 2014 05:33:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8nTX-0002ab-TA for bug-guix@gnu.org; Sun, 20 Jul 2014 05:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8nTP-0002oo-GF for bug-guix@gnu.org; Sun, 20 Jul 2014 05:32:11 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:35357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8nTP-0002l6-8T for bug-guix@gnu.org; Sun, 20 Jul 2014 05:32:03 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7AAB42E58 for ; Sun, 20 Jul 2014 11:32:01 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y+gZ-8cX0pMe for ; Sun, 20 Jul 2014 11:32:01 +0200 (CEST) Received: from pluto (global-1-18.nat.csx.cam.ac.uk [131.111.184.18]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2EE85176F for ; Sun, 20 Jul 2014 11:32:01 +0200 (CEST) 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: 18061@debbugs.gnu.org (As reported by Adam Pribyl .) As of v0.6-598-g66c2703, =E2=80=98guix system init=E2=80=99 first builds st= uff in the current store, which is typically a RAM disk when booting from the USB stick, and then copies the result to the target. The problem is that RAM is typically finite. Ludo=E2=80=99.