Is there a way to modify the hosts file in Chrome OS?
/etc/hosts
The file is read only, so trying to modify it using sudo vim does not work.
I have read that disabling root filesystem verification would make editing the hosts file possible, but would also make you loose Chrome OS auto update.
sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions 2
Is there any way to modify the hosts file without loosing automatic updates?
Thanks for your help.
EDIT: Just to specify, I am using an Acer C7 Chromebook with developer mode enable.