* [PATCH] Add firmware loading support
@ 2009-07-02 14:15 Daniel Drake
[not found] ` <20090702141547.05B9B9D405C-k/4jFdqg8LLlyo9zxV8I99HuzzzSOjJt@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2009-07-02 14:15 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
---
modules.d/95udev-rules/install | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules.d/95udev-rules/install b/modules.d/95udev-rules/install
index 8a3d8e9..f8ea69a 100755
--- a/modules.d/95udev-rules/install
+++ b/modules.d/95udev-rules/install
@@ -12,6 +12,11 @@ inst_rules 50-udev.rules 95-late.rules
# ignore some devices in the initrd
inst_rules "$moddir/01-ignore.rules"
+# for firmware loading
+inst_rules 50-firmware.rules
+dracut_install /lib/udev/firmware.sh
+dracut_install cat uname
+
if [ ! -x /lib/udev/vol_id ]; then
dracut_install blkid
fi
--
1.6.2.5
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add firmware loading support
[not found] ` <20090702141547.05B9B9D405C-k/4jFdqg8LLlyo9zxV8I99HuzzzSOjJt@public.gmane.org>
@ 2009-07-02 16:48 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2009-07-02 16:48 UTC (permalink / raw)
To: Daniel Drake; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
On 07/02/2009 04:15 PM, Daniel Drake wrote:
> ---
> modules.d/95udev-rules/install | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/modules.d/95udev-rules/install b/modules.d/95udev-rules/install
> index 8a3d8e9..f8ea69a 100755
> --- a/modules.d/95udev-rules/install
> +++ b/modules.d/95udev-rules/install
> @@ -12,6 +12,11 @@ inst_rules 50-udev.rules 95-late.rules
> # ignore some devices in the initrd
> inst_rules "$moddir/01-ignore.rules"
>
> +# for firmware loading
> +inst_rules 50-firmware.rules
> +dracut_install /lib/udev/firmware.sh
> +dracut_install cat uname
> +
> if [ ! -x /lib/udev/vol_id ]; then
> dracut_install blkid
> fi
pushed
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-02 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 14:15 [PATCH] Add firmware loading support Daniel Drake
[not found] ` <20090702141547.05B9B9D405C-k/4jFdqg8LLlyo9zxV8I99HuzzzSOjJt@public.gmane.org>
2009-07-02 16:48 ` Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox