Created
September 2, 2018 19:33
-
-
Save etcadinfinitum/65beee3a37e385efd58ea972a4df5eae to your computer and use it in GitHub Desktop.
Crouton launch options (CLI, GUI, etc)
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
# to start in CLI mode | |
sudo enter-chroot [-n chrootname] | |
# start xfce4 (normal mode - full screen, use Ctrl-Alt-[Arrow] to switch back to ChromeOS | |
sudo startxfce4 | |
# start xfce4 in a new chromeOS tab | |
sudo startxfce4 -X xiwi-tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment