'How to mount dynamic partitions as RW android?
I am trying to run systemd on an android device. I have compiled it and car run it.
How I run it
I have android root filesystem and directories such that android init mounts partitions and then when it changes root [second stage init]. It executes a symlink to systems. Systemd cant successfully run because the rootfs is in read only mode after the root switch.
The problem is the android system is designed such that it is mounting rootfs ro. How can I mount / as rw with android init.. either in the init.rc or modifying init binary sources to make the init stop mounting rootfs ro.
I tried changing the fstabs in ramdisk and vendor portions to mount system rw but its not working. I feel like the option is hardcoded some where.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
