Skip to the content of the web site.

Linux | KioskDm

#! /bin/sh
# kiosk display manager that will be called from inittab
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/X11R6/bin
cd /home
rm -rf /home/guest
tar -xzf /usr/share/booth/guest.tar.gz
lock
su --command="startx" guest
exec unlock

-- DavidCollie - 30 Sep 2004