/etc/hosts editing
-
- Posts: 68
- Joined: Sat Apr 07, 2012 4:33 pm
- Location: Gdynia/Poland
/etc/hosts editing
How can I edit /etc/hosts file. At this moment it is impossible because it is read-only filesystem. Is it possible?
WARNING ! The administrator has the right to refuse to install WINDOWS, invoking the conscience clause !
Re: /etc/hosts editing
Code: Select all
cp /etc/hosts /mtd_rwarea/
mount -o bind /mtd_rwarea/hosts /etc/hosts

I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- Posts: 68
- Joined: Sat Apr 07, 2012 4:33 pm
- Location: Gdynia/Poland
Re: /etc/hosts editing
THX !!!
WARNING ! The administrator has the right to refuse to install WINDOWS, invoking the conscience clause !