소스 검색

mount filesystems, after network, but before mpd

Waldemar Brodkorb 12 년 전
부모
커밋
072501accc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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?