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 1/4] Just look for cryptroot instead of /sbin/cryptroot
Date: Wed, 09 Jun 2010 17:36:37 +0200 [thread overview]
Message-ID: <4C0FB505.3050500@redhat.com> (raw)
In-Reply-To: <4b22ffbe9ef3f55ac4fad54bd58f9cf9fc345b22.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On 06/02/2010 02:07 PM, Victor Lowther wrote:
> We know what the path is and what it contains in the initrd, and
> not everyone puts cryptroot in /sbin
> ---
> modules.d/90crypt/cryptroot-ask.sh | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/modules.d/90crypt/cryptroot-ask.sh b/modules.d/90crypt/cryptroot-ask.sh
> index 13487c8..2f39667 100755
> --- a/modules.d/90crypt/cryptroot-ask.sh
> +++ b/modules.d/90crypt/cryptroot-ask.sh
> @@ -68,7 +68,7 @@ if [ $ask -gt 0 ]; then
> # flock against other interactive activities
> { flock -s 9;
> echo -n "$device ($luksname) is password protected"
> - /sbin/cryptsetup luksOpen -T1 $1 $luksname
> + cryptsetup luksOpen -T1 $1 $luksname
> } 9>/.console.lock
> fi
>
pushed
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
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 ` Harald Hoyer [this message]
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=4C0FB505.3050500@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.