nolirium / aroc

Android root on Chrome OS
GNU General Public License v3.0
129 stars 51 forks source link

sed can't read directory. #19

Open pinuke opened 5 years ago

pinuke commented 5 years ago

sed_fails.png typo.png

brokenworm commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

thx above commands works for me