Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the CromeOs kernel fully multi user? #32

Closed
ulrichard opened this issue Mar 1, 2013 · 1 comment
Closed

Is the CromeOs kernel fully multi user? #32

ulrichard opened this issue Mar 1, 2013 · 1 comment
Labels

Comments

@ulrichard
Copy link

I just learned about crouton a few days ago, and it sounds very interesting.
On a cheap WM8650 netbook, that came with android, I'm running debian. But since the android 2.2 kernel is single user, I have to run everything as root in that debian installation.
Now I just want to make sure I wouldn't have such issues if I buy a chromebook and use it with ubunntu.
Also, how smooth is release upgrading ubntu with crouton?

@dnschneid
Copy link
Owner

Yep, it's a recent, fairly stock Gentoo kernel, complete with crazy fancy things such as multi-user support, so you can live as an unprivileged user and sudo whenever you need something more.

You can control which release you initially install using -r. As for upgrading, I have not tested the standard update manager, so I don't know how well that will work. A slightly more dangerous way of upgrading would be changing the /etc/apt/sources.list file to refer to the new release explicitly, then doing sudo apt-get update && sudo apt-get dist-upgrade, but you won't get the benefits of whatever automated migration the upgrade manager does.

It should be easy to test for yourself though (and then report back here, please!). Create a new chroot with an older release (or go with the default precise), then install the update manager and see how well it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants