Created
July 5, 2013 12:56
-
-
Save sohjsolwin/5934362 to your computer and use it in GitHub Desktop.
startcinnamon script for launching cinnamon for a ChromeOS Chroot
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
APPLICATION="${0##*/}" | |
USAGE="$APPLICATION [options] | |
Wraps enter-chroot to start a Mint session. | |
By default, it will log into the primary user on the first chroot found. | |
Options are directly passed to enter-chroot; run enter-chroot to list them." | |
exec sh -e "`dirname "$0"`/enter-chroot" "$@" startx /bin/bash gnome-session-cinnamon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment