fedora-livecd-education-math.ks | 2 +- fedora-livecd-kde.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7f2b258f84225996cd6016ef52be1c90afc246bb Author: Rex Dieter rdieter1@localhost.localdomain Date: Mon Dec 22 08:31:44 2008 -0600
fix bug #476965 (DESKTOPMANAGER=KDM botch)
diff --git a/fedora-livecd-education-math.ks b/fedora-livecd-education-math.ks index b2a7894..a4be506 100644 --- a/fedora-livecd-education-math.ks +++ b/fedora-livecd-education-math.ks @@ -107,7 +107,7 @@ fuse # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <<EOF DESKTOP="KDE" -DISPLAYMANAGER="KDM" +DISPLAYMANAGER="KDE" EOF
# add initscript diff --git a/fedora-livecd-kde.ks b/fedora-livecd-kde.ks index 7a99384..b347b6a 100644 --- a/fedora-livecd-kde.ks +++ b/fedora-livecd-kde.ks @@ -91,7 +91,7 @@ alsa-utils # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <<EOF DESKTOP="KDE" -DISPLAYMANAGER="KDM" +DISPLAYMANAGER="KDE" EOF
# add initscript
spin-kickstarts-commits@lists.stg.fedorahosted.org