aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/mount_root
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/sbin/mount_root')
-rwxr-xr-xpackage/base-files/files/sbin/mount_root2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root
index 4fa048f43a..9a87fadbaa 100755
--- a/package/base-files/files/sbin/mount_root
+++ b/package/base-files/files/sbin/mount_root
@@ -28,5 +28,3 @@ mount none /dev/pts -t devpts
}
} || mount -o remount,rw /dev/root /
}
-
-grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-