From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Van Ymeren Subject: bug#27242: Fail to load LUKS encrypted rootfs, attempts to open luks device before it's ready. Date: Mon, 05 Jun 2017 12:10:58 -0400 Message-ID: <8737beife5.fsf@vany.ca> References: <87r2yzl86g.fsf@vany.ca> <87y3t6693b.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHuyB-0007LQ-Ao for bug-guix@gnu.org; Mon, 05 Jun 2017 12:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHuy7-0004sX-D6 for bug-guix@gnu.org; Mon, 05 Jun 2017 12:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHuy7-0004sP-Ak for bug-guix@gnu.org; Mon, 05 Jun 2017 12:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHuy6-0003ay-3f for bug-guix@gnu.org; Mon, 05 Jun 2017 12:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y3t6693b.fsf@netris.org> (Mark H. Weaver's message of "Mon, 05 Jun 2017 06:07:52 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mark H Weaver Cc: 27242@debbugs.gnu.org Mark H Weaver writes: > > I ran into the same problem at one point, and have applied the following > patch to my private branch of Guix. Perhaps it should be applied to > master. Thanks, this patch works for me. Something like this upstream would be nice :) This can probably be unified with the resolve function defined in build/file-systems.scm