mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
Run depmod -a at early boot time.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user