From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: System installation from a USB stick Date: Mon, 21 Jul 2014 23:30:41 +0200 Message-ID: <87oawi1jsu.fsf@gnu.org> References: <87y4xdhgn3.fsf@gnu.org> <877g3z2w60.fsf@gnu.org> <87r41jp2pa.fsf@gnu.org> <87bnslk4d6.fsf@gnu.org> <87vbqtfq0x.fsf@gnu.org> <87mwc5e2uj.fsf@gnu.org> <87k378be4g.fsf@gnu.org> <878unm4rtb.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]:59104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9LAX-0006mE-En for guix-devel@gnu.org; Mon, 21 Jul 2014 17:30:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9LAR-0001by-QP for guix-devel@gnu.org; Mon, 21 Jul 2014 17:30:49 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:37261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9LAR-0001bs-Io for guix-devel@gnu.org; Mon, 21 Jul 2014 17:30:43 -0400 In-Reply-To: (Adam Pribyl's message of "Mon, 21 Jul 2014 20:43:07 +0200 (CEST)") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Adam Pribyl Cc: guix-devel Adam Pribyl skribis: > OK, solved. This was a bad idea to mount bind /mnt/gnu to /gnu, using > a directory with a different name on /mnt/ - finished the > installation. I=E2=80=99m surprised that it works at all, because at this point /mnt/gnu/= store is basically empty, so if you bind-mount it to /gnu/store, there=E2=80=99s nothing left, no? I=E2=80=99m testing a solution that involves making /gnu/store a unionfs of itself (conceptually) and /mnt/tmp. Ludo=E2=80=99.