14 Ağustos 2012 Salı

Making /mnt/stateful_partition exec friendly

To contact us Click HERE
Finally found out how to make the /mnt/stateful_partition exec permission persistant.
open up a shell CTRL-ALT-Tshellsudo suopen up /sbin/chromeos_startup - i'll use nano, as I have a tutorial for installing itnano /sbin/chromeos_startup
Now, when scrolling around in nano, the screen will not refresh properly when scrolling up/down pages, but, we can press CTRL-L to make it redraw the screen
While in nano, CTRL-C will give you you're current cursor position. We want to edit lines 51, 58, and 67.
Remove noexec, from each of those lines
The line should then look something like .... -o nodev,nosuid .....
You can also remove the ,nosuid if you'll be wanting to install and SUID programs on the stateful partition.

Save the file by pressing CTRL-X and answering Y and pressing enter for the filename.
Reboot, and your stateful partition should be remounted with the correct options from this point forward.

Hiç yorum yok:

Yorum Gönder