[go: nahoru, domu]

Skip to content

Commit

Permalink
add back startxbmc to fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zguithues committed Jul 7, 2017
1 parent cc40a41 commit 5619597
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions host-bin/startxbmc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/sh -e
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

set -e

APPLICATION="${0##*/}"

USAGE="$APPLICATION [options]
Wraps enter-chroot to start an XBMC 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 "\`readlink -f -- "$0"\`"`/enter-chroot" -t xbmc "$@" "" \
exec xinit /usr/bin/xbmc

0 comments on commit 5619597

Please sign in to comment.