Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sed can't read directory. #19

Open
pinuke opened this issue Dec 30, 2018 · 3 comments
Open

sed can't read directory. #19

pinuke opened this issue Dec 30, 2018 · 3 comments

Comments

@pinuke
Copy link

pinuke commented Dec 30, 2018

sed_fails.png
typo.png

@brokenworm
Copy link

brokenworm commented Feb 26, 2019

i have the exact same error .. using R72, we could try cd /usr/local/Android_Images/Mounted/ && sed -i.old 's|mount rootfs rootfs / remount bind ro|mount rootfs rootfs / remount bind rw|g' init.rc

maybe :) not sure

@Heliopause0916
Copy link

You can find a tiny fault at line 864, in the 01Root.sh script.
It should be sed -i.old 's|mount rootfs rootfs / remount bind ro|mount rootfs rootfs / remount bind rw|g' $system/../init.rc .

@brokenworm
Copy link

brokenworm commented Jun 17, 2019

thx above commands works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants