From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 18 Feb 2014 17:44:37 +0100 (CET) Received: by mail-ee0-f42.google.com with SMTP id b15so7926022eek.29 for ; Tue, 18 Feb 2014 08:44:35 -0800 (PST) Received: from [192.168.2.18] (56.157.broadband5.iol.cz. [88.100.157.56]) by mx.google.com with ESMTPSA id o45sm72366574eeb.18.2014.02.18.08.44.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 18 Feb 2014 08:44:35 -0800 (PST) Message-ID: <53038DEF.8020308@gmail.com> Date: Tue, 18 Feb 2014 17:44:31 +0100 From: Milan Broz MIME-Version: 1.0 References: <20140217130429.GA1200@tansi.org> <53020C63.6040404@archlinux.org> <20140217143901.GB1984@tansi.org> <20140217175725.GA4299@tansi.org> <20140218113349.GC17249@localhost.localdomain> <20140218162158.GA15726@tansi.org> In-Reply-To: <20140218162158.GA15726@tansi.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Boot Prompt Text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 02/18/2014 05:21 PM, Arno Wagner wrote: > On Tue, Feb 18, 2014 at 12:33:49 CET, Richard Z wrote: >> On Mon, Feb 17, 2014 at 06:57:25PM +0100, Arno Wagner wrote: >> seems there are other ways to do it because on my Fedora 19 with >> out of the box encrypted hard disk I do not see any prompt - just >> an entry box without any text where I can type the password. > > Interesting. Can you find out what the difference is? > The OP might want to know. BTW Fedora used plymouth (graphical and text boot frontend) for password prompt, then it pushed password to cryptsetup directly. Recent versions use systemd, password prompt depends on configuration (I think it can be still still plymouth) but unlocking of disk is done by systemd itself (resp. system-cryptsetup generator parsing /etc/crypttab translating it to separate systemd units). Unlocking uses libcryptsetup only. IIRC in Fedora boot process there is no cryptsetup binary used at all. I would suggest to ask on systemd or Fedora devel list if you want to change prompt then. Milan