replace /bin/mdev with /sbin/mdev
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a7329667b4
commit
f92874e747
2 changed files with 4 additions and 4 deletions
|
@ -2656,7 +2656,7 @@
|
|||
" -s Scan /sys and populate /dev during system boot\n" \
|
||||
"\n" \
|
||||
"It can be run by kernel as a hotplug helper. To activate it:\n" \
|
||||
" echo /bin/mdev >/proc/sys/kernel/hotplug\n" \
|
||||
" echo /sbin/mdev > /proc/sys/kernel/hotplug\n" \
|
||||
IF_FEATURE_MDEV_CONF( \
|
||||
"It uses /etc/mdev.conf with lines\n" \
|
||||
"[-]DEVNAME UID:GID PERM" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue