From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Tue, 31 Jul 2018 10:57:00 +0200 (CEST) Received: by mail-wm0-x22a.google.com with SMTP id s12-v6so2192117wmc.0 for ; Tue, 31 Jul 2018 01:57:00 -0700 (PDT) References: <20180727081626.GA29834@localhost.localdomain> <20180730204718.GA16752@localhost.localdomain> From: Milan Broz Message-ID: <23474cb8-6b0c-65f9-91ad-0fee2a39e5d6@gmail.com> Date: Tue, 31 Jul 2018 10:56:57 +0200 MIME-Version: 1.0 In-Reply-To: <20180730204718.GA16752@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Debian installer formatting LUKS2 devices by default? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Guilhem Moulin Cc: dm-crypt@saout.de On 30/07/18 22:47, Guilhem Moulin wrote: >> The major LUKS2 fix is that libcryptsetup is now linked to libblkid >> and will not automatically recover from secondary header if it detects >> another (fs) signature. >> (Because recovery could revert intentional change... We were too aggressive here.) >> Libblkid is already used in dm/udev rules, so it should not increase >> any image sizes. (And it can be disabled in configure if needed.) > > I guess to you mean 8bee1a2? I hope 2.33 will be released upstream and > uploaded to Debian before the freeze. Yes. It will be part of util-linux 2.33 and perhaps even stable 2.32.2. Milan