From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: root encryption Date: Thu, 09 Feb 2017 16:40:25 +0100 Message-ID: <87inojz82e.fsf@gnu.org> References: 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]:54966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbqpj-0005wI-9h for help-guix@gnu.org; Thu, 09 Feb 2017 10:40:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbqpg-0007q2-6x for help-guix@gnu.org; Thu, 09 Feb 2017 10:40:31 -0500 In-Reply-To: (catonano@gmail.com's message of "Thu, 9 Feb 2017 15:07:04 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix Catonano skribis: > Given this excerpt from the sample desktop installation conf > > (mapped-devices > (list (mapped-device > (source (uuid "12345678-1234-1234-1234-123456789abc")) > (target "the-root-device") > (type luks-device-mapping)))) > > I wonder: what' s the type for a non Luks encrypted root partition ? If the root partition is not encrypted (and not RAID or anything like that), you don=E2=80=99t need to declare a =E2=80=9Cmapped device=E2=80=9D = for it. All you need is to declare a file system in the =E2=80=98file-systems=E2=80=99 field. HTH! Ludo=E2=80=99.