open up a shell
CTRL-ALT-Tshellsudo su
open 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 screenWhile 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 linesThe 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