rc_coldplug=no really stops all coldplug events

This commit is contained in:
Roy Marples
2008-01-18 10:04:21 +00:00
parent c6774d1c74
commit 862e07c8fd
2 changed files with 3 additions and 2 deletions

View File

@@ -120,9 +120,9 @@ mount_svcdir()
# Compat shim for udev
rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}}
if yesno "${rc_coldplug}"; then
RC_COLDPLUG=yes
RC_COLDPLUG=YES
else
RC_COLDPLUG=no
RC_COLDPLUG=NO
fi
# Set the console loglevel to 1 for a cleaner boot