Development Team/Chroot: Difference between revisions

Mstone (talk | contribs)
Mstone (talk | contribs)
Line 45: Line 45:
  echo "export DISPLAY=\"localhost$DISP\""
  echo "export DISPLAY=\"localhost$DISP\""
  echo "export XAUTHORITY=\"$AUTH\""
  echo "export XAUTHORITY=\"$AUTH\""
  Xephyr -auth "$AUTH" -reset -terminate ":$DISP"
  Xephyr -auth "$AUTH" -reset -terminate ":$DISP" && rm "$AUTH"


And, ''inside'' the chroot:
And, ''inside'' the chroot: