From 1f72454eaa2db8da293679feac10396ce396fd1c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Nov 2016 12:21:16 +0100 Subject: base-files: fix a possible race condition when trying to mount usb sticks and the usb-storage is included in the kernel, problem reported by Oliver --- package/base-files/src/etc/init.d/kmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/src/etc/init.d/kmod') diff --git a/package/base-files/src/etc/init.d/kmod b/package/base-files/src/etc/init.d/kmod index 18aeedb42..509496a9e 100755 --- a/package/base-files/src/etc/init.d/kmod +++ b/package/base-files/src/etc/init.d/kmod @@ -1,5 +1,5 @@ #!/bin/sh -#INIT 10 +#INIT 15 [[ $1 = autostart ]] || exit 0 . /etc/functions.sh -- cgit v1.2.3