Affichage des articles dont le libellé est directory. Afficher tous les articles

I have to edit my fstab in android 4.4 but the root is mounted in read only.
I've try to remount the root with

Code:


mount -o ro,remount /

And I can edit the root files but when I reboot the device the changes disappear.
How can I make persistent changes in / without rebuild the kernel?
Thanks