]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Added udev support.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Sep 2004 13:22:18 +0000 (13:22 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Sep 2004 13:22:18 +0000 (13:22 +0000)
svn-id: @4649

rc.d/rc.sysinit

index 244a38d5be21aae2ad178d4566fde4d9b0dd19c9..37084d39eba95e2217d742da75c1a8f196976d6d 100755 (executable)
@@ -106,6 +106,12 @@ if [ -n "$CONSOLE_LOGLEVEL" ]; then
        /bin/dmesg -n $CONSOLE_LOGLEVEL
 fi
 
+if [ -f /etc/udev/udev.conf ];then
+       . /etc/udev/udev.conf
+fi
+
+[ -x /sbin/start_udev ] && run_cmd "Starting udev" /sbin/start_udev
+       
 # /dev must be also mounted before everything but only if we want use them ;-)
 if is_yes "$MOUNT_DEVFS"; then
        run_cmd "Mounting Device Filesystem" mount -n -t devfs /dev /dev
This page took 0.044362 seconds and 4 git commands to generate.