Fix RC_COLDPLUG shim for real.
This commit is contained in:
parent
68a42629d7
commit
dd69fb66b9
@ -135,7 +135,11 @@ KV_to_int() {
|
|||||||
|
|
||||||
# Compat shim for udev
|
# Compat shim for udev
|
||||||
rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}}
|
rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}}
|
||||||
RC_COLDPLUG=${rc_coldplug}
|
if yesno "${rc_coldplug}"; then
|
||||||
|
RC_COLDPLUG=yes
|
||||||
|
else
|
||||||
|
RC_COLDPLUG=no
|
||||||
|
fi
|
||||||
|
|
||||||
# Set the console loglevel to 1 for a cleaner boot
|
# Set the console loglevel to 1 for a cleaner boot
|
||||||
# the logger should anyhow dump the ring-0 buffer at start to the
|
# the logger should anyhow dump the ring-0 buffer at start to the
|
||||||
|
Loading…
Reference in New Issue
Block a user