Switch out references to fedora in initscript and username to be generic

This commit is contained in:
Jeremy Katz
2008-10-02 11:05:16 -04:00
parent 0069b15522
commit ca2f8913a2
12 changed files with 59 additions and 59 deletions

View File

@@ -63,14 +63,14 @@ scim-pinyin
%end
%post
cat >> /etc/rc.d/init.d/fedora-live << EOF
cat >> /etc/rc.d/init.d/livesys << EOF
# disable screensaver locking
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE
[daemon]
TimedLoginEnable=true
TimedLogin=fedora
TimedLogin=liveuser
TimedLoginDelay=60
FOE