/[packages]/cauldron/udev/current/SOURCES/udev-137-speedboot.patch
ViewVC logotype

Contents of /cauldron/udev/current/SOURCES/udev-137-speedboot.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5364 - (show annotations) (download)
Mon Jan 10 13:47:11 2011 UTC (13 years, 3 months ago) by pterjan
File size: 795 byte(s)
imported package udev
1 Subject: [PATCH] From cc53a025044ea60e8cf0d86f10437788bf486a19 Mon Sep 17 00:00:00 2001
2
3 From: Frederic Crozat <fcrozat@mandriva.com>
4
5 Subject: [PATCH 7/7] Add speedboot mode support
6
7 Signed-off-by: Frederic Crozat <fcrozat@mandriva.com>
8 ---
9
10 start_udev | 2 ++
11 1 files changed, 2 insertions(+), 0 deletions(-)
12
13 diff --git a/start_udev b/start_udev
14 index 49fc286..6ba5603 100644
15 --- a/start_udev
16 +++ b/start_udev
17 @@ -58,12 +58,14 @@ fi
18
19 /sbin/udevd -d
20
21 + if [ "x$SPEEDBOOT" != "xyes" ]; then
22 ret=$[$ret + $?]
23
24 /sbin/udevadm trigger --type=subsystems --action=add
25 /sbin/udevadm trigger --type=devices --action=add
26 /sbin/udevadm settle
27 ret=$[$ret + $?]
28 + fi # not in SPEEDBOOT mode
29
30 # touch all device files for timezone glitches
31 # "find" is in /usr/bin and might not be available

  ViewVC Help
Powered by ViewVC 1.1.30