Skip to content

Instantly share code, notes, and snippets.

@Sotalbireo
Last active July 11, 2018 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sotalbireo/215399ab0d57726188a6c2b46cd36fb5 to your computer and use it in GitHub Desktop.
Save Sotalbireo/215399ab0d57726188a6c2b46cd36fb5 to your computer and use it in GitHub Desktop.

Crouton CheetSheets

Start X (xfce4)

sudo sh /PATH/TO/bin/startxfce4 -r DISTRO

Install

sudo sh -e ~/Downloads/crouton -r DISTRO -t xiwi,ENVIRONMENT -p '/media/removable/NAME OF DRIVE'

#example: Ubuntu 16.04LTS 
sudo sh -e ~/Downloads/crouton -r xenial -t core,xiwi,extension,audio,cli-extra,keyboard,x11 -p '/media/removable/EXTDRIVE'

Update 'crouton' (use in X Terminal)

croutonversion -ud

Update chroot package on External drive

sudo sh -e ~/Downloads/crouton -u -n DISTRO -p /media/removable/NAME_OF_DRIVE/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment