فهرست منبع

base-files: remove fstab symlink

the symlink no longer gets used since we switched to the block-mount tool.

Signed-off-by: John Crispin <[email protected]>
John Crispin 9 سال پیش
والد
کامیت
87eb8fad13
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      package/base-files/Makefile
  2. 1 0
      package/base-files/files/etc/fstab

+ 1 - 1
package/base-files/Makefile

@@ -169,7 +169,7 @@ define Package/base-files/install
 	rm -f $(1)/var
 	$(LN) /tmp $(1)/var
 	mkdir -p $(1)/etc
-	$(LN) /tmp/resolv.conf /tmp/fstab /tmp/TZ /tmp/localtime $(1)/etc/
+	$(LN) /tmp/resolv.conf /tmp/TZ /tmp/localtime $(1)/etc/
 
 	chmod 0600 $(1)/etc/shadow
 	chmod 1777 $(1)/tmp

+ 1 - 0
package/base-files/files/etc/fstab

@@ -0,0 +1 @@
+# <file system> <mount point> <type> <options> <dump> <pass>