[arch-projects] [PATCH 1/2] [mkinitcpio] Drop deprecated /proc/sys/kernel/hotplug
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- init | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/init b/init index e230f82..7b81a1a 100644 --- a/init +++ b/init @@ -32,7 +32,6 @@ parse_cmdline # if available, start udevd at this stage if [ -x /sbin/udevd ]; then msg ":: Starting udevd..." - echo > /proc/sys/kernel/hotplug /sbin/udevd --daemon --resolve-names=never udevd_running=1 msg "done." -- 1.7.5
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- hooks/udev | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hooks/udev b/hooks/udev index c7cf162..0340a9c 100644 --- a/hooks/udev +++ b/hooks/udev @@ -2,7 +2,8 @@ run_hook () { msg -n ":: Triggering uevents..." - /sbin/udevadm trigger --action=add + /sbin/udevadm trigger --action=add --type=subsystems + /sbin/udevadm trigger --action=add --type=devices /sbin/udevadm settle msg "done." } -- 1.7.5
On Sat, Apr 30, 2011 at 10:06 PM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- hooks/udev | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/hooks/udev b/hooks/udev index c7cf162..0340a9c 100644 --- a/hooks/udev +++ b/hooks/udev @@ -2,7 +2,8 @@ run_hook () { msg -n ":: Triggering uevents..." - /sbin/udevadm trigger --action=add + /sbin/udevadm trigger --action=add --type=subsystems + /sbin/udevadm trigger --action=add --type=devices /sbin/udevadm settle msg "done." } -- 1.7.5
Ack.
On Sat, Apr 30, 2011 at 10:06 PM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- init | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/init b/init index e230f82..7b81a1a 100644 --- a/init +++ b/init @@ -32,7 +32,6 @@ parse_cmdline # if available, start udevd at this stage if [ -x /sbin/udevd ]; then msg ":: Starting udevd..." - echo > /proc/sys/kernel/hotplug /sbin/udevd --daemon --resolve-names=never udevd_running=1 msg "done." -- 1.7.5
Ack.
participants (2)
-
Gerardo Exequiel Pozzi
-
Tom Gundersen