From adea51dfcb094193e2f9c959e242fb1523fcbe25 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 21 Dec 2011 02:35:57 +0100 Subject: mtab: drop conditional symlinking With of filesystem-2011.12 this would never get triggered. Signed-off-by: Tom Gundersen --- rc.sysinit | 3 --- 1 file changed, 3 deletions(-) (limited to 'rc.sysinit') 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" \ -- cgit v1.2.3