FS#1143 - initscripts 0.7 don't work with 2.4
|
Details
The problem is the mount sysfs line. With a 2.6 kernel,
it'll mount just fine and keep going. It seems, with a 2.4
kernel, trying to mount sysfs causes it to "hang".
Some sort of check needs to happen in /etc/rc.sysinit, either if it's a 2.4 kernel or if sysfs is a valid filesystem (I think /proc/filesystems will work, except in the case where sysfs is a module). |
This task depends upon