From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: Intend of hostonly-cmdline? Date: Wed, 07 May 2014 14:10:49 +0200 Message-ID: <536A22C9.8000007@redhat.com> References: <2263850.UM9clb02rz@skinner> <536A19D7.2010405@redhat.com> <20140507154733.386369cd@work.puleglot> <536A2222.50606@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <536A2222.50606-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Alexander Tsoy Cc: Thomas Renninger , initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 07.05.2014 14:08, Harald Hoyer wrote: > On 07.05.2014 13:47, Alexander Tsoy wrote: >> Actually hostonly-cmdline is partially broken with systemd in >> initramfs. For example systemd-cryptsetup-generator does not >> read /etc/cmdline.d/*.conf files, so rd.luks* parameters must be >> appended to kernel cmdline anyway. >> > > True! Good point! > Although /etc/crypttab is included with hostonly. > Ah, oh.. I forgot, dracut *does* use rd.luks.uuid from the kernel command line and creates /etc/crypttab lines from it in the initramfs. So basically it *should* work with systemd.