summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-17 16:47:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-17 16:47:55 +0200
commit072501accc31ea4a8cad2691c4699bf1649df3b9 (patch)
tree616c0f74a3a2169dc09e245fc03ee3795b0cf8a8 /package
parentd13266b415e91c2daa421a3862182b24d16ae8a2 (diff)
mount filesystems, after network, but before mpd
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/src/etc/init.d/mount2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 77500a403..da70549a0 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
PKG_NAME:= base-files
PKG_VERSION:= 1.0
-PKG_RELEASE:= 60
+PKG_RELEASE:= 61
PKG_SECTION:= base
PKG_DESCR:= basic files and scripts
diff --git a/package/base-files/src/etc/init.d/mount b/package/base-files/src/etc/init.d/mount
index f0df597e5..6c59d7bab 100644
--- a/package/base-files/src/etc/init.d/mount
+++ b/package/base-files/src/etc/init.d/mount
@@ -1,5 +1,5 @@
#!/bin/sh
-#INIT 99
+#INIT 60
[[ $1 = autostart ]] || exit 0
# any lvm volumes to activate?