modules-update -> update-modules
This commit is contained in:
@ -55,7 +55,7 @@ start() {
|
||||
if [ -z "${CDBOOT}" -a ! -e /etc/modules.conf ] && \
|
||||
[ $(KV_to_int "${KV}") -lt $(KV_to_int '2.5.48') -o -x /sbin/modprobe.old ]
|
||||
then
|
||||
echo '### This file is automatically generated by modules-update' \
|
||||
echo '### This file is automatically generated by update-modules' \
|
||||
> /etc/modules.conf 2>/dev/null
|
||||
[ ! -f /etc/modules.conf ] && \
|
||||
ewarn "Cannot update /etc/modules.conf!"
|
||||
@ -65,7 +65,7 @@ start() {
|
||||
if [ -z "${CDBOOT}" ] && \
|
||||
[ -f /etc/modules.conf -o $(KV_to_int "${KV}") -ge $(KV_to_int '2.5.48') ]
|
||||
then
|
||||
/sbin/modules-update
|
||||
/sbin/update-modules
|
||||
fi
|
||||
|
||||
local auto=""
|
||||
|
Reference in New Issue
Block a user