Comment 6 for bug 305587

Revision history for this message
Andy Whitcroft (apw) wrote : Re: [Jaunty] warning: missing LSB information

Indeed the LRM init script is missing its LSB headers. We are installing this script using the debhelpers as below:

    dh_installinit -p linux-restricted-modules-common --no-start -- start 7 S . start 1 0 6 .

So we only care about starting. Starting at priority 7 in rcS.d and priority 1 in rc0.d and rc6.d. Something like this:

### BEGIN INIT INFO
# Provides: linux-restricted-modules
# Required-Start: $local_fs
# Required-Stop:
# Default-Start: S 0 6
# Default-Stop:
# Short-Description: Setup the linux restricted modules
# Description: Link the linux restricted modules at run time.
### END INIT INFO