* [PATCH] udev-rules: include 59-scsi-sg3_utils.rules
@ 2014-04-03 12:55 Julian Wolf
2014-05-20 11:29 ` Harald Hoyer
0 siblings, 1 reply; 2+ messages in thread
From: Julian Wolf @ 2014-04-03 12:55 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Without the 59-scsi-sg3_utils.rules udev-rule a couple of devices are missing
in /dev/disk/by-id.
If the luks device is specified by-id in /etc/crypttab and rd.luks.uuid not
passed as a commandline parameter during boot, systemd tries to start its
crypto services which depend on those missing devices until it times out and
exits to dracut rescue shell.
Signed-off-by: Julian Wolf <juwolf-IBi9RG/b67k@public.gmane.org>
---
modules.d/95udev-rules/module-setup.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules.d/95udev-rules/module-setup.sh b/modules.d/95udev-
rules/module-setup.sh
index 2d36712..fab4ffc 100755
--- a/modules.d/95udev-rules/module-setup.sh
+++ b/modules.d/95udev-rules/module-setup.sh
@@ -32,6 +32,7 @@ install() {
60-pcmcia.rules \
50-udev.rules 95-late.rules \
50-firmware.rules \
+ 59-scsi-sg3_utils.rules \
75-net-description.rules \
80-net-name-slot.rules 80-net-setup-link.rules \
"$moddir/59-persistent-storage.rules" \
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] udev-rules: include 59-scsi-sg3_utils.rules
2014-04-03 12:55 [PATCH] udev-rules: include 59-scsi-sg3_utils.rules Julian Wolf
@ 2014-05-20 11:29 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-05-20 11:29 UTC (permalink / raw)
To: Julian Wolf, initramfs-u79uwXL29TY76Z2rM5mHXA
On 03.04.2014 14:55, Julian Wolf wrote:
> Without the 59-scsi-sg3_utils.rules udev-rule a couple of devices are missing
> in /dev/disk/by-id.
>
> If the luks device is specified by-id in /etc/crypttab and rd.luks.uuid not
> passed as a commandline parameter during boot, systemd tries to start its
> crypto services which depend on those missing devices until it times out and
> exits to dracut rescue shell.
>
> Signed-off-by: Julian Wolf <juwolf-IBi9RG/b67k@public.gmane.org>
> ---
> modules.d/95udev-rules/module-setup.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules.d/95udev-rules/module-setup.sh b/modules.d/95udev-
> rules/module-setup.sh
> index 2d36712..fab4ffc 100755
> --- a/modules.d/95udev-rules/module-setup.sh
> +++ b/modules.d/95udev-rules/module-setup.sh
> @@ -32,6 +32,7 @@ install() {
> 60-pcmcia.rules \
> 50-udev.rules 95-late.rules \
> 50-firmware.rules \
> + 59-scsi-sg3_utils.rules \
> 75-net-description.rules \
> 80-net-name-slot.rules 80-net-setup-link.rules \
> "$moddir/59-persistent-storage.rules" \
>
Thanks!
http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=c96f1b1e6b25f0795d163a5b8ba498565d3201d5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-20 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 12:55 [PATCH] udev-rules: include 59-scsi-sg3_utils.rules Julian Wolf
2014-05-20 11:29 ` 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.