summaryrefslogtreecommitdiff
path: root/packages/slugos-init/slugos-init_0.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/slugos-init/slugos-init_0.10.bb')
-rw-r--r--packages/slugos-init/slugos-init_0.10.bb12
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/slugos-init/slugos-init_0.10.bb b/packages/slugos-init/slugos-init_0.10.bb
index 0fe8860648..be5fc61789 100644
--- a/packages/slugos-init/slugos-init_0.10.bb
+++ b/packages/slugos-init/slugos-init_0.10.bb
@@ -4,7 +4,7 @@ PRIORITY = "required"
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r63"
+PR = "r64"
SRC_URI = "file://boot/flash \
file://boot/disk \
@@ -21,9 +21,7 @@ SRC_URI = "file://boot/flash \
file://initscripts/rmrecovery \
file://initscripts/sysconfsetup \
file://initscripts/umountinitrd.sh \
- file://initscripts/loadusbmod.sh \
- file://initscripts/loadnetmod.sh \
- file://initscripts/loadmiscmod.sh \
+ file://initscripts/loadmodules.sh \
file://functions \
file://conffiles \
file://sysconf \
@@ -40,7 +38,7 @@ SCRIPTS = "turnup reflash leds sysconf"
BOOTSCRIPTS = "flash disk nfs ram network udhcpc.script"
INITSCRIPTS = "syslog.buffer syslog.file syslog.network zleds\
leds_startup rmrecovery sysconfsetup umountinitrd.sh\
- fixfstab loadusbmod.sh loadnetmod.sh loadmiscmod.sh"
+ fixfstab loadmodules.sh"
# This just makes things easier...
S="${WORKDIR}"
@@ -123,14 +121,12 @@ do_install() {
pkg_postinst_slugos-init() {
opt=
test -n "$D" && opt="-r $D"
- update-rc.d $opt loadusbmod.sh start 6 S .
update-rc.d $opt hwclock.sh start 8 S . start 45 0 6 .
update-rc.d $opt umountinitrd.sh start 9 S .
update-rc.d $opt fixfstab start 10 S .
update-rc.d $opt syslog.buffer start 11 S . start 49 0 6 .
update-rc.d $opt sysconfsetup start 12 S .
- update-rc.d $opt loadnetmod.sh start 21 S .
- update-rc.d $opt loadmiscmod.sh start 22 S .
+ update-rc.d $opt loadmodules.sh start 21 S .
update-rc.d $opt syslog.file start 39 S . start 47 0 6 .
update-rc.d $opt syslog.network start 44 S . start 39 0 6 .
update-rc.d $opt zleds start 99 S 1 2 3 4 5 . start 89 0 6 . stop 5 0 1 2 3 4 5 6 .