diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/procfs.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init.d/procfs.in b/init.d/procfs.in index 888f0620..ae6c8596 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -18,8 +18,6 @@ start() modprobe -q usbcore fi - [ -e /proc/filesystems ] || return 0 - # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc -a ! -e /proc/sys/fs/binfmt_misc/register ]; then if grep -qs binfmt_misc /proc/filesystems; then |