All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Amadeusz Żołnowski" <aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] dracut, dracut-functions: better vercmp; credits go to V. Lowther
Date: Thu, 17 Jun 2010 09:44:52 +0200	[thread overview]
Message-ID: <4C19D274.6020100@redhat.com> (raw)
In-Reply-To: <20100611214721.58062841-YdJE6FOikKfe60hTmSeVGxfX6IwIUJvj@public.gmane.org>

On 06/11/2010 09:47 PM, Amadeusz Żołnowski wrote:
> Left incorrect module-init-tools version in the patch, here's the fix:
> ---
>   dracut |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/dracut b/dracut
> index 3b1e7e8..3be4989 100755
> --- a/dracut
> +++ b/dracut
> @@ -184,7 +184,7 @@ abs_outfile=$(readlink -f "$outfile")&&  outfile="$abs_outfile"
>
>   srcmods="/lib/modules/$kernel/"
>   [[ $drivers_dir ]]&&  {
> -    if vercmp $(modprobe --version | cut -d' ' -f3) lt 3.5; then
> +    if vercmp $(modprobe --version | cut -d' ' -f3) lt 3.7; then
>           derror 'To use --kmoddir option module-init-tools>= 3.7 is required.'
>           exit 1
>       fi

pushed

      parent reply	other threads:[~2010-06-17  7:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11 19:10 [PATCH] dracut, dracut-functions: better vercmp; credits go to V. Lowther Amadeusz Żołnowski
     [not found] ` <20100611211034.609135f8-YdJE6FOikKfe60hTmSeVGxfX6IwIUJvj@public.gmane.org>
2010-06-11 19:23   ` Adam Spragg
     [not found]     ` <201006112023.01475.adam-2iSS7ArDF14@public.gmane.org>
2010-06-11 19:57       ` Amadeusz Żołnowski
2010-06-11 19:47   ` Amadeusz Żołnowski
     [not found]     ` <20100611214721.58062841-YdJE6FOikKfe60hTmSeVGxfX6IwIUJvj@public.gmane.org>
2010-06-17  7:44       ` 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=4C19D274.6020100@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@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.