From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: GuixSD encrypted root? Date: Sat, 23 Apr 2016 09:31:16 +0200 Message-ID: <20160423093116.4fa748bf@scratchpost.org> References: <20160418230558.11a1c86f@scratchpost.org> <20160418232403.03c0552f@scratchpost.org> <20160419095116.2c7a2652@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ats2Q-0003Mp-Co for guix-devel@gnu.org; Sat, 23 Apr 2016 03:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ats2N-0002N8-6t for guix-devel@gnu.org; Sat, 23 Apr 2016 03:31:34 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:44140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ats2N-0002N3-1L for guix-devel@gnu.org; Sat, 23 Apr 2016 03:31:31 -0400 Received: from localhost (77.119.130.46.wireless.dyn.drei.com [77.119.130.46]) by dd1012.kasserver.com (Postfix) with ESMTPSA id E5D4D1CA069B for ; Sat, 23 Apr 2016 09:31:27 +0200 (CEST) In-Reply-To: <20160419095116.2c7a2652@scratchpost.org> 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@gnu.org guix reconfigure works and doesn't hang if I add (mount? #f) and reboot and mount it manually, like: > (file-system > (device "/dev/mapper/dayas-sys") > (mount-point "/x") > (type "btrfs") > (needed-for-boot? #f) (mount? #f) > (dependencies (list dayas-sys))) > %base-file-systems))