only mount sysfs once (thx, ejka)

SVN-Revision: 6504
This commit is contained in:
Felix Fietkau 2007-03-04 14:27:52 +00:00
parent eea7bb328d
commit eb83bc789a

View File

@ -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>&-