root should respect inittab, #148.

This commit is contained in:
Roy Marples 2009-02-12 18:12:57 +00:00
parent 6cc68e21cf
commit d6d2635c51

View File

@ -12,6 +12,10 @@ depend()
start()
{
case ",$(fstabinfo -o /)," in
*,ro,*) return 0;;
esac
if echo 2>/dev/null >/.test.$$; then
rm -f /.test.$$ /fastboot /forcefsck
return 0