aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 94808669..cc6eb0c1 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -125,7 +125,7 @@ if [ -f /etc/udev/udev.conf ];then
. /etc/udev/udev.conf
fi
-if [ "$USE_UDEV" = "yes" -a "$UDEV_RAMFS" = "yes" ]; then
+if [ "$USE_UDEV" = "yes" -a "$UDEV_TMPFS" = "yes" ]; then
[ -x /sbin/start_udev ] && /sbin/start_udev
fi
@@ -466,7 +466,7 @@ state=`awk '/ \/ / && ($3 !~ /rootfs/) { print $4 }' /proc/mounts`
[ "$state" != "rw" -a "$READONLY" != "yes" ] && \
action $"Remounting root filesystem in read-write mode: " mount -n -o remount,rw /
-if [ "$USE_UDEV" = "yes" -a "$UDEV_RAMFS" = "no" ]; then
+if [ "$USE_UDEV" = "yes" -a "$UDEV_TMPFS" = "no" ]; then
[ -x /sbin/start_udev ] && /sbin/start_udev
fi