summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-02-13 15:37:36 +0000
committerMatthias Clasen <mclasen@redhat.com>2013-02-13 14:34:02 -0500
commit254dfaeee6113fe6cb8f2bde3bbdfc86ecdba343 (patch)
treea8f5319d18fae328f9d7df1e9e2a17a0d2d87343 /fedora-live-base.ks
parent85123ce36524f8731a568bb56928c539b5633769 (diff)
downloadspin-kickstarts-254dfaeee6113fe6cb8f2bde3bbdfc86ecdba343.tar.gz
spin-kickstarts-254dfaeee6113fe6cb8f2bde3bbdfc86ecdba343.tar.xz
spin-kickstarts-254dfaeee6113fe6cb8f2bde3bbdfc86ecdba343.zip
Fix GDM auto-login for all GNOME-based spins
Using >> means we have a custom.conf file that looks like this: [daemon] ... [daemon] AutomaticLoginEnable=True AutomaticLogin=liveuser Which is the first reason why it's failing. Change the cat append to replace as the other sections are optional. Additionally, the livesys legacy service is not completing before gdm is being started, which means the config file is being read before it has been altered. This can be fixed by adding a LSB-style "X-Start-Before: display-manager" in the header of livesys.
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks3
1 files changed, 3 insertions, 0 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index ecbc9b5..503a624 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -63,6 +63,9 @@ cat > /etc/rc.d/init.d/livesys << EOF
#
# chkconfig: 345 00 99
# description: Init script for live image.
+### BEGIN INIT INFO
+# X-Start-Before: display-manager
+### END INIT INFO
. /etc/init.d/functions