root should respect inittab, #148.
This commit is contained in:
parent
6cc68e21cf
commit
d6d2635c51
@ -12,6 +12,10 @@ depend()
|
|||||||
|
|
||||||
start()
|
start()
|
||||||
{
|
{
|
||||||
|
case ",$(fstabinfo -o /)," in
|
||||||
|
*,ro,*) return 0;;
|
||||||
|
esac
|
||||||
|
|
||||||
if echo 2>/dev/null >/.test.$$; then
|
if echo 2>/dev/null >/.test.$$; then
|
||||||
rm -f /.test.$$ /fastboot /forcefsck
|
rm -f /.test.$$ /fastboot /forcefsck
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user