Closed mdeguzis closed 8 years ago
Do you know the commands/steps required to make the file system RW?
See: https://sites.google.com/site/cr48ite/getting-technical/remove-rootfs-verification-make-read-write
However, do note that I had to use --partitions 2
instead of --partitions 4
. You can double check this by ommitting the partitions argument, as it should warning/exit with the proper command. This does require developer mode, as commonly known for things like crouton.
Thanks, I've created a wiki page with the instructions and linked to it in the readme.
This did nothing after entering
shell
:bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)
So I downloading the raw script and ran it after making my / partition rw:
This installed the tools fine, but I had to do this, per the readme below. I don't think nexus tools is properly added to path. Any new tab with shell doesn't show it.
This piece of code seems to do nothing to ~/.bash_profile:
Running that last command as a normal user adds it fine. Once I added this to the path, everything worked.
So... I would suggest this be added to the readme for ChromeOS folks