Browse Source

mount filesystems, after network, but before mpd

Waldemar Brodkorb 11 years ago
parent
commit
072501accc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/base-files/Makefile
  2. 1 1
      package/base-files/src/etc/init.d/mount

+ 1 - 1
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
 

+ 1 - 1
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?