From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Re: BTRFS, LVM, LUKS Date: Sun, 30 Jun 2019 23:27:05 -0400 Message-ID: <87zhlyjuye.fsf@dustycloud.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48369) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhmyG-0000fv-4a for guix-devel@gnu.org; Sun, 30 Jun 2019 23:27:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhmyF-0001FN-9y for guix-devel@gnu.org; Sun, 30 Jun 2019 23:27:12 -0400 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:34786) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hhmyF-0001Ds-5K for guix-devel@gnu.org; Sun, 30 Jun 2019 23:27:11 -0400 Received: from jasmine (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 61A1026653 for ; Sun, 30 Jun 2019 23:27:06 -0400 (EDT) In-reply-to: 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 Alexandre Oliva writes: > Full-disk encryption (LUKS) is also a strict requirement for me, and so > is multi-disk BTRFS. Note that full disk encryption does work without LVM in Guix, though you do need to then pretty much put everything on one partition :) I think you can also do full disk encryption from libreboot by decrypting the whole disk from GRUB. I forget how that works, though. Welcome to Guix, btw!