From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Victor Lowther <victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/4] Have cryptroot-ask load dm_crypt if needed.
Date: Wed, 09 Jun 2010 17:36:59 +0200 [thread overview]
Message-ID: <4C0FB51B.1030107@redhat.com> (raw)
In-Reply-To: <208dca51c09f6dc8031384a7e4e70481aded6c03.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On 06/02/2010 02:07 PM, Victor Lowther wrote:
> ---
> modules.d/90crypt/cryptroot-ask.sh | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/modules.d/90crypt/cryptroot-ask.sh b/modules.d/90crypt/cryptroot-ask.sh
> index 2f39667..430155a 100755
> --- a/modules.d/90crypt/cryptroot-ask.sh
> +++ b/modules.d/90crypt/cryptroot-ask.sh
> @@ -9,6 +9,9 @@
> # we already asked for this device
> [ -f /tmp/cryptroot-asked-$2 ]&& exit 0
>
> +# load dm_crypt if it is not already loaded
> +[ -d /sys/module/dm_crypt ] || modprobe dm_crypt
> +
> . /lib/dracut-lib.sh
>
> # default luksname - luks-UUID
pushed
next prev parent reply other threads:[~2010-06-09 15:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-02 12:07 [PATCH 1/4] Just look for cryptroot instead of /sbin/cryptroot Victor Lowther
[not found] ` <4b22ffbe9ef3f55ac4fad54bd58f9cf9fc345b22.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-06-02 12:07 ` [PATCH 2/4] Have cryptroot-ask load dm_crypt if needed Victor Lowther
[not found] ` <208dca51c09f6dc8031384a7e4e70481aded6c03.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-06-09 15:36 ` Harald Hoyer [this message]
2010-06-02 12:07 ` [PATCH 3/4] Do not worry at all about selinux stuff if we cannot find load_policy Victor Lowther
[not found] ` <d0ba9e0f511ab3e4b0cca6d3d0551ae7a881385f.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-06-09 15:38 ` Harald Hoyer
2010-06-02 12:07 ` [PATCH 4/4] Arch handles loading modules from udev in a somewhat customized manner Victor Lowther
[not found] ` <f56b47cd2bdff0abe36728917c893c89c3dff406.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-06-09 15:37 ` Harald Hoyer
2010-06-09 15:36 ` [PATCH 1/4] Just look for cryptroot instead of /sbin/cryptroot Harald Hoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C0FB51B.1030107@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.