udev uses lowercase values
This commit is contained in:
parent
5fae9060aa
commit
f0db8eec01
@ -120,9 +120,9 @@ mount_svcdir()
|
|||||||
# Compat shim for udev
|
# Compat shim for udev
|
||||||
rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}}
|
rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}}
|
||||||
if yesno "${rc_coldplug}"; then
|
if yesno "${rc_coldplug}"; then
|
||||||
RC_COLDPLUG=YES
|
RC_COLDPLUG=yes
|
||||||
else
|
else
|
||||||
RC_COLDPLUG=NO
|
RC_COLDPLUG=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set the console loglevel to 1 for a cleaner boot
|
# Set the console loglevel to 1 for a cleaner boot
|
||||||
|
Loading…
Reference in New Issue
Block a user