Created
June 30, 2015 00:00
-
-
Save Shaltz/f57ffb3f7e78a24aa86a to your computer and use it in GitHub Desktop.
Install linux with crouton on chromebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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