Mageia Bugzilla – Attachment 1219 Details for
Bug 3315
udev Timeout is too short
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Fix the udev timeout setting
plymouth-pretrigger.sh.patch (text/plain), 653 bytes, created by
Dave Hodgins
on 2011-12-11 01:06:21 CET
(
hide
)
Description:
Fix the udev timeout setting
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2011-12-11 01:06:21 CET
Size:
653 bytes
patch
obsolete
>--- /usr/share/dracut/modules.d/50plymouth/plymouth-pretrigger.sh.original 2011-12-03 06:28:21.000000000 -0500 >+++ /usr/share/dracut/modules.d/50plymouth/plymouth-pretrigger.sh 2011-12-10 19:01:36.446731495 -0500 >@@ -9,7 +9,7 @@ > # first trigger graphics and tty subsystem > udevadm trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty >/dev/null 2>&1 > >- udevadm settle --timeout=30 2>&1 | vinfo >+ udevadm settle --timeout=300 2>&1 | vinfo > [ -c /dev/zero ] || mknod -m 0666 /dev/zero c 1 5 > [ -c /dev/tty0 ] || mknod -m 0620 /dev/tty0 c 4 0 > [ -e /dev/systty ] || ln -s tty0 /dev/systty
--- /usr/share/dracut/modules.d/50plymouth/plymouth-pretrigger.sh.original 2011-12-03 06:28:21.000000000 -0500 +++ /usr/share/dracut/modules.d/50plymouth/plymouth-pretrigger.sh 2011-12-10 19:01:36.446731495 -0500 @@ -9,7 +9,7 @@ # first trigger graphics and tty subsystem udevadm trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty >/dev/null 2>&1 - udevadm settle --timeout=30 2>&1 | vinfo + udevadm settle --timeout=300 2>&1 | vinfo [ -c /dev/zero ] || mknod -m 0666 /dev/zero c 1 5 [ -c /dev/tty0 ] || mknod -m 0620 /dev/tty0 c 4 0 [ -e /dev/systty ] || ln -s tty0 /dev/systty
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3315
: 1219 |
1953