diff options
author | John Crispin <john@phrozen.org> | 2016-06-17 00:54:25 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-17 04:13:07 +0200 |
commit | 87eb8fad13db453b12fc4bb07c5340169503064b (patch) | |
tree | c36ac28163ffa2f9f2a330a596e6124f479978d9 /package/base-files | |
parent | bbbe9932e36351d366badcc3e7dd4a4a24410492 (diff) | |
download | mtk-20170518-87eb8fad13db453b12fc4bb07c5340169503064b.zip mtk-20170518-87eb8fad13db453b12fc4bb07c5340169503064b.tar.gz mtk-20170518-87eb8fad13db453b12fc4bb07c5340169503064b.tar.bz2 |
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/Makefile | 2 | ||||
-rw-r--r-- | package/base-files/files/etc/fstab | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1334d80..e51d65a 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 0000000..6e9b7ba --- /dev/null +++ b/package/base-files/files/etc/fstab @@ -0,0 +1 @@ +# <file system> <mount point> <type> <options> <dump> <pass> |