]> pd.if.org Git - startuptools/commitdiff
run depmod in rc.sysinit
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 23:12:48 +0000 (23:12 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 1 Apr 2014 23:12:48 +0000 (23:12 +0000)
scripts/rc.sysinit

index 1ecc8522de54a23dfd51a0a796c14b2fd09fa6d0..3fc5fbd00681b88e73350ace8902dbcd6845cb41 100644 (file)
@@ -71,10 +71,14 @@ status_begin remounting root filesystem rw
 mount -o remount,rw /
 status_check
 
+status_begin running depmod
+depmod
+status_check
+
 # set up /dev
 
 if [ -x /sbin/mdev ] && ! is_true "$USE_UDEV" ; then
-       status_starting setting up mdev
+       status_begin setting up mdev
        echo > /dev/mdev.seq
        echo /sbin/mdev > /proc/sys/kernel/hotplug
        /sbin/mdev -s