All of lore.kernel.org
 help / color / mirror / Atom feed
From: Barry Jackson <zen25000@zen.co.uk>
To: Andrei Borzenkov <arvidjaar@gmail.com>
Cc: grub-devel@gnu.org
Subject: Re: Query about GRUB_ENABLE_CRYPTODISK
Date: Wed, 10 Dec 2014 20:48:43 +0000	[thread overview]
Message-ID: <5488B1AB.6070201@zen.co.uk> (raw)
In-Reply-To: <20141210062558.15524434@opensuse.site>

On 10/12/14 03:25, Andrei Borzenkov wrote:

>
> Does patch below help?
>
> From: Andrei Borzenkov <arvidjaar@gmail.com>
> Subject: [PATCH] do not emit cryptomount without crypto UUID
>
> ---
>   util/grub-mkconfig_lib.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/grub-mkconfig_lib.in b/util/grub-mkconfig_lib.in
> index 29ef865..60b31ca 100644
> --- a/util/grub-mkconfig_lib.in
> +++ b/util/grub-mkconfig_lib.in
> @@ -145,7 +145,7 @@ prepare_grub_to_access_device ()
>     done
>
>     if [ x$GRUB_ENABLE_CRYPTODISK = xy ]; then
> -      for uuid in "`"${grub_probe}" --device $@ --target=cryptodisk_uuid`"; do
> +      for uuid in `"${grub_probe}" --device $@ --target=cryptodisk_uuid`; do
>   	  echo "cryptomount -u $uuid"
>         done
>     fi
>

Yes that fixes it. Thanks :)





  reply	other threads:[~2014-12-10 20:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-09 12:35 Query about GRUB_ENABLE_CRYPTODISK Barry Jackson
2014-12-09 18:27 ` Andrei Borzenkov
2014-12-09 22:36   ` Barry Jackson
2014-12-09 23:27     ` Barry Jackson
2014-12-10  3:25       ` Andrei Borzenkov
2014-12-10 20:48         ` Barry Jackson [this message]
2015-03-27 15:28         ` Vladimir 'φ-coder/phcoder' Serbinenko

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=5488B1AB.6070201@zen.co.uk \
    --to=zen25000@zen.co.uk \
    --cc=arvidjaar@gmail.com \
    --cc=grub-devel@gnu.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.