Skip to content
Snippets Groups Projects
Commit 87eb8fad authored by John Crispin's avatar John Crispin
Browse files

base-files: remove fstab symlink


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

Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
parent bbbe9932
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
# <file system> <mount point> <type> <options> <dump> <pass>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment