From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: 02/03: installer: partionment: Add encryption support. Date: Sat, 08 Dec 2018 23:47:14 +0900 Message-ID: <87pnuccbyl.fsf@gmail.com> References: <20181208013857.21870.57588@vcs0.savannah.gnu.org> <20181208013858.38B3820E87@vcs0.savannah.gnu.org> <87efas9nbb.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]:52589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVdtA-0005hT-Bp for guix-devel@gnu.org; Sat, 08 Dec 2018 09:47:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVdt5-0004WO-E7 for guix-devel@gnu.org; Sat, 08 Dec 2018 09:47:28 -0500 In-reply-to: <87efas9nbb.fsf@gnu.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Hey! > Woow, really cool! Thanks for all the kind words ;) > Nitpicking on words: s/partitionment/partitioning/, > s/crypted/encrypted/, s/path/file name/ (this one is just a GNU > convention.) Ok I'll do a massive renaming. > > Really awesome to have a UI to deal with this. I didn=E2=80=99t expect i= t to > land this quickly, thumbs up! Best to strike while the iron is hot! However, this encryption part is still not completely stable, in particular during umounting/closing. I sent a mail earlier today about that. I also plan to add a new partitioning scheme: "Use the largest continuous free space". This way, we will have the same partitioning schemes as debian installer (which I find quite handy). Thanks for the feedback! Mathieu