Parcourir la source

mount filesystems, after network, but before mpd

Waldemar Brodkorb il y a 11 ans
Parent
commit
072501accc
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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?