Run depmod -a at early boot time.

This commit is contained in:
Jeffrey Townsend
2019-05-02 22:16:31 +00:00
parent 071c4d5b2e
commit 37cf5b32e7

View File

@@ -11,6 +11,8 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
depmod -a
for script in `ls /etc/boot.d/[0-9]* | sort`; do
$script
done
@@ -19,5 +21,3 @@ done
# Wait for console to flush prior to starting rc.S
#
sleep 1