mkinitrd unification across distributions
 help / color / mirror / Atom feed
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 4/4] Arch handles loading modules from udev in a somewhat customized manner.
Date: Wed, 09 Jun 2010 17:37:17 +0200	[thread overview]
Message-ID: <4C0FB52D.6090700@redhat.com> (raw)
In-Reply-To: <f56b47cd2bdff0abe36728917c893c89c3dff406.1275480426.git.victor.lowther-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

On 06/02/2010 02:07 PM, Victor Lowther wrote:
> ---
>   modules.d/95udev-rules/install         |    1 +
>   modules.d/95udev-rules/load-modules.sh |    6 ++++++
>   2 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/modules.d/95udev-rules/install b/modules.d/95udev-rules/install
> index 23693fe..e89acb5 100755
> --- a/modules.d/95udev-rules/install
> +++ b/modules.d/95udev-rules/install
> @@ -46,6 +46,7 @@ pcmcia-check-broken-cis \
>       [ -e /lib/udev/$i ]&&  dracut_install /lib/udev/$i
>   done
>
> +[ -f /etc/arch-release ]&&  inst "$moddir/load-modules.sh" /lib/udev/load-modules.sh
>
>   if ldd $(find_binary udevd) |grep -q /lib64/; then
>       dracut_install /lib64/libnss_files*
> diff --git a/modules.d/95udev-rules/load-modules.sh b/modules.d/95udev-rules/load-modules.sh
> new file mode 100755
> index 0000000..b592964
> --- /dev/null
> +++ b/modules.d/95udev-rules/load-modules.sh
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +# Implement blacklisting for udev-loaded modules
> +
> +modprobe -b "$@"
> +
> +# vim: set et ts=4:

pushed

  parent reply	other threads:[~2010-06-09 15:37 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 [this message]
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=4C0FB52D.6090700@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox