mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
modutils-initscripts: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4809 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
#!/bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: module-init-tools
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Should-Start: checkroot
|
||||
# Should-stop:
|
||||
# Default-Start: S
|
||||
# Default-Stop:
|
||||
# Short-Description: Process /etc/modules.
|
||||
# Description: Load the modules listed in /etc/modules.
|
||||
### END INIT INFO
|
||||
|
||||
LOAD_MODULE=modprobe
|
||||
[ -f /proc/modules ] || exit 0
|
||||
|
||||
@@ -2,7 +2,7 @@ SECTION = "base"
|
||||
DESCRIPTION = "modutils configuration files"
|
||||
LICENSE = "PD"
|
||||
SRC_URI = "file://modutils.sh"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
INITSCRIPT_NAME = "modutils.sh"
|
||||
INITSCRIPT_PARAMS = "start 20 S ."
|
||||
|
||||
Reference in New Issue
Block a user