#!/bin/sh
# TODO: add looking up configuration on a USB flash
#       (or via network?)
# TODO: add poweroff/reboot buttons, see lite xdm setup by boyarsh

# it might try to access /root/tmp/ otherwise
unset TMP TMPDIR
exec grdesktop
