Add snippets and templates - Fix Education Math spin

This commit is contained in:
Sebastian Dziallas
2008-07-25 11:11:26 +02:00
parent a86bc1466f
commit 00b1391df5
15 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# %post modifications to disable GNOME screensaver locking
cat >> /etc/rc.d/init.d/fedora-live << EOF
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
EOF