CR48-rooting
From eLinux.org
Rooting the CR48
- You need to be somewhat versed in Linux for any of these mods.
- You need to have full shell access, IE. You need to have flipped the developer switch.
- You also need to make the root partition writable, and turn off boot verification.
sudo /usr/share/vboot/bin/make_dev_ssd --remove_rootfs_verification
sudo reboot
- Then:
sudo mount -o remount,rw /
sudo mount -o remount,exec /mnt/stateful_partition
- You will also need to re-run these commands after every reboot, so you may want to stick them in a shell script.