Package: initscripts Version: 2.86.ds1-16 Severity: critical Justification: breaks the whole system
The checkroot.sh init script sometimes needs to mknod the root filesystem device as /dev/shm/root so it can fsck. This worked fine, until the recent change that mounts /dev/shm with the nodev option. Now, any system that fscks /dev/shm/root is unbootable. I suppose the right fix is having checkroot.sh mount a new tmpfs as /dev/check; mknod /dev/check/root; fsck /dev/check/root; umount /dev/check. _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

