Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
c124f4f2e04dca16a428a76c89677328bc7bf908
/
.
/
meta
/
recipes-graphics
/
x11-common
/
x11-common
/
etc
/
X11
/
Xserver
blob: 73570dfeb50413c083efc8d1e7a61e44dc0743ee [
file
] [
log
] [
blame
]
#!/bin/sh
#
XSERVER
=/
usr
/
bin
/
Xorg
.
/
etc
/
profile
ARGS
=
" -br -pn"
DISPLAY
=
':0'
exec xinit
/
etc
/
X11
/
Xsession
--
$XSERVER $DISPLAY $ARGS $
*