From 73543397cfa075ae60c0c0570478e3911a39bb57 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Oct 2014 11:42:27 -0700 Subject: [PATCH] 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 file 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/