From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: GuixSD encrypted root? Date: Mon, 18 Apr 2016 23:24:03 +0200 Message-ID: <20160418232403.03c0552f@scratchpost.org> References: <20160418230558.11a1c86f@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]:44664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asGeW-0001u3-HG for guix-devel@gnu.org; Mon, 18 Apr 2016 17:24:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asGeR-0006EN-Hs for guix-devel@gnu.org; Mon, 18 Apr 2016 17:24:16 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:42692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asGeR-0006EB-Bm for guix-devel@gnu.org; Mon, 18 Apr 2016 17:24:11 -0400 Received: from localhost (91.141.3.196.wireless.dyn.drei.com [91.141.3.196]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 42D921CA0080 for ; Mon, 18 Apr 2016 23:24:09 +0200 (CEST) In-Reply-To: <20160418230558.11a1c86f@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 > I tried to patch gnu/system/mapped-devices.scm to pass additional arguments but that didn't do anything either (I can see guix's cryptsetup running when I do "ps -ef", and it didn't receive the new arguments). After a reboot it did add them and it "system reconfigure"d fine now. The arguments I added were "--key-file=etcetc" "--keyfile-size=etcetcsz" (the "--keyfile-size" has no dash between "key" and "file" - it's supposed to be like that)