source: trunk/debathena/config/reactivate/debian/99debathena-reactivate-setup @ 24125

Revision 24125, 332 bytes checked in by geofft, 15 years ago (diff)
In reactivate: * Rewrite to use schroot 1.3 and aufs union mounts instead of LVM. This makes logins on a Dell 760 take about 8 seconds to reach the desktop. - TODO: Reincorporate clean-up fallbacks (e.g. rebooting) of previous version. - TODO: Deal with manually modified /etc/schroot/schroot.conf.
Line 
1# This script is sourced (not executed) as root at the beginning of a
2# gdm login session.  gdm blocks until it finishes.
3
4# Stop daemons that need to be restarted inside the chroot
5daemons=$(/usr/bin/policy-rc.d --daemons)
6for daemon in $daemons; do
7    invoke-rc.d "$daemon" stop || [ $? = 100 ]
8done
9
10touch /var/run/athena-login
Note: See TracBrowser for help on using the repository browser.