]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - src/initscripts/system/mountfs
Core Update 167: Replace /etc/mtab by symlink to /proc/self/mounts
[people/mfischer/ipfire-2.x.git] / src / initscripts / system / mountfs
index b1533d6a287bfa9814b42937032b86e24432d8cd..81ed729c1088c8c2b411ba65e5b897536ecf6225 100644 (file)
@@ -31,12 +31,6 @@ case "${1}" in
                # Remove fsck-related file system watermarks.
                rm -f /fastboot /forcefsck
 
-               boot_mesg "Create /etc/mtab..."
-               > /etc/mtab
-               mount -f / || failed=1
-               (exit ${failed})
-               evaluate_retval
-
                # This will mount all filesystems that do not have _netdev in
                # their option list.  _netdev denotes a network filesystem.
                boot_mesg "Mounting remaining file systems..."