aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-12-21 02:35:57 +0100
committerTom Gundersen <teg@jklm.no>2011-12-21 02:35:57 +0100
commitadea51dfcb094193e2f9c959e242fb1523fcbe25 (patch)
tree4b680f1d6c013ca368409dba930f75c418441a39
parentb420829c5fe4441038c125789b1dd3eafb61457c (diff)
downloadinitscripts-adea51dfcb094193e2f9c959e242fb1523fcbe25.tar.xz
mtab: drop conditional symlinking
With of filesystem-2011.12 this would never get triggered. Signed-off-by: Tom Gundersen <teg@jklm.no>
-rwxr-xr-xrc.sysinit3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 9d56c9f..5d9a72f 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -198,9 +198,6 @@ fsck_reboot $fsckret
status "Remounting Root" \
mount -n -o remount /
-# force linkage of /etc/mtab to the kernel
-[[ -L /etc/mtab ]] || ln -sf /proc/self/mounts /etc/mtab
-
# now mount all the local filesystems
run_hook sysinit_premount
status "Mounting Local Filesystems" \