Skip to content

Instantly share code, notes, and snippets.

@Shaltz
Created June 30, 2015 00:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shaltz/f57ffb3f7e78a24aa86a to your computer and use it in GitHub Desktop.
Save Shaltz/f57ffb3f7e78a24aa86a to your computer and use it in GitHub Desktop.
Install linux with crouton on chromebook
standard install :
sudo sh ~/Downloads/crouton -r jessie -t gnome-desktop,extension,keyboard
some Update :
sudo sh ~/Downloads/crouton -r trusty -t (what to add (keyboard or extension if forgotten) -u
-u : update
-n someName : name the chroots
-e passPhrase : encrypt the chroot with a passphrase
-r : release (precise, trusty, jessie, sid...), use list to display all the supported releases
-t : target, what to install (desktop manager, extensions ...) can be gnome-desktop, unity, kde-desktop, extension, keyboard, cli ...etc use list to display all the possible target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment