Question

I am one of the few lucky people that received a Google CR-48 to test Chrome OS. I love Chrome OS, and use it for nearly all of my leisure browsing but when I need to program I like to use linux. To switch from Chrome OS to linux I do the following:

ctrl + alt + ->                         -- open terminal
$ chronos                               -- log in as chronos user
$ sudo su                               -- gain privileges
$ sudo cgpt add -i 6 -P 5 -S 1 /dev/sda -- switch boot partition

While issuing these commands doesn't take a lot of time, I feel like I could automate it somehow. Does the Chrome extension API have access to the terminal?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top