only mount sysfs once (thx, ejka)

SVN-Revision: 6504
master
Felix Fietkau 18 years ago
parent eea7bb328d
commit eb83bc789a
  1. 2
      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>&-

Loading…
Cancel
Save