[Fedora-spins] [spin-kickstarts/f21] fix SDDM config write to not use 'EOF'

Adam Williamson adamwill at fedoraproject.org
Tue Oct 28 18:58:52 UTC 2014


commit 73543397cfa075ae60c0c0570478e3911a39bb57
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Oct 23 11:42:27 2014 -0700

    fix SDDM config write to not use 'EOF'
    
    It's nested in another cat << EOF, so can't use the same string.

 fedora-live-kde-base.ks |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 7602c56..7fd93b8 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -40,11 +40,11 @@ chmod a+x /home/liveuser/.xsession
 chown liveuser:liveuser /home/liveuser/.xsession
 
 # set up autologin for user liveuser
-cat > /etc/sddm.conf << EOF
+cat > /etc/sddm.conf << SDDM_EOF
 [Autologin]
 User=liveuser
 Session=plasma.desktop
-EOF
+SDDM_EOF
 
 # add liveinst.desktop to favorites menu
 mkdir -p /home/liveuser/.kde/share/config/


More information about the spins mailing list