summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-17 00:54:25 +0200
committerJohn Crispin <john@phrozen.org>2016-06-17 04:13:07 +0200
commit87eb8fad13db453b12fc4bb07c5340169503064b (patch)
treec36ac28163ffa2f9f2a330a596e6124f479978d9 /package/base-files
parentbbbe9932e36351d366badcc3e7dd4a4a24410492 (diff)
downloadmaster-31e0f0ae-87eb8fad13db453b12fc4bb07c5340169503064b.tar.gz
master-31e0f0ae-87eb8fad13db453b12fc4bb07c5340169503064b.tar.bz2
master-31e0f0ae-87eb8fad13db453b12fc4bb07c5340169503064b.zip
base-files: remove fstab symlink
the symlink no longer gets used since we switched to the block-mount tool. Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/files/etc/fstab1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 1334d80d5d..e51d65ac42 100644
--- a/package/base-files/Makefile
+++ b/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
diff --git a/package/base-files/files/etc/fstab b/package/base-files/files/etc/fstab
new file mode 100644
index 0000000000..6e9b7baf53
--- /dev/null
+++ b/package/base-files/files/etc/fstab
@@ -0,0 +1 @@
+# <file system> <mount point> <type> <options> <dump> <pass>