* [PATCH] systemd: Optionally, include efivarsfs module
@ 2014-06-16 5:13 Cristian Rodríguez
[not found] ` <1402895624-20478-1-git-send-email-crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Rodríguez @ 2014-06-16 5:13 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Cristian Rodríguez
It is, however not an error if this module can't be found.
---
modules.d/98systemd/module-setup.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
index cf1b2e7..dd82ece 100755
--- a/modules.d/98systemd/module-setup.sh
+++ b/modules.d/98systemd/module-setup.sh
@@ -21,6 +21,7 @@ depends() {
installkernel() {
instmods autofs4 ipv6
+ instmods -s efivarfs
}
# called by dracut
--
1.8.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] systemd: Optionally, include efivarsfs module
[not found] ` <1402895624-20478-1-git-send-email-crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org>
@ 2014-07-03 7:22 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-07-03 7:22 UTC (permalink / raw)
To: Cristian Rodríguez, initramfs-u79uwXL29TY76Z2rM5mHXA
On 16.06.2014 07:13, Cristian Rodríguez wrote:
> It is, however not an error if this module can't be found.
> ---
> modules.d/98systemd/module-setup.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
> index cf1b2e7..dd82ece 100755
> --- a/modules.d/98systemd/module-setup.sh
> +++ b/modules.d/98systemd/module-setup.sh
> @@ -21,6 +21,7 @@ depends() {
>
> installkernel() {
> instmods autofs4 ipv6
> + instmods -s efivarfs
> }
>
> # called by dracut
>
Thanks! In dracut-038
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-03 7:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 5:13 [PATCH] systemd: Optionally, include efivarsfs module Cristian Rodríguez
[not found] ` <1402895624-20478-1-git-send-email-crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org>
2014-07-03 7:22 ` Harald Hoyer
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.