fguy <
fguy...@gmail.com> 於 2019年6月18日 週二 下午3:00寫道:
>>
>> Surely it's possible.
>> You may modify the try_mount function in the init script.
>>
> I run the android in the form of a set of img files from a folder on drive C with ntfs via a refind (UEFI BIOS). As I understand it, I need to modify the function check_root (). In particular, the command "mount -o loop, noatime /sfs/system.img system" in line 112 (pie-x86). Replacing "system" with "." or "/" causes an error. Maybe you offer the right solution?
Don't change the mount point.
(surely . or / is not a valid mount point)
Just mount it as before and then switch_root (chroot) to it.