mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
fix bug #476965 (DESKTOPMANAGER=KDM botch)
This commit is contained in:
committed by
Jeroen van Meeuwen (Fedora Unity)
parent
099d4dc7dc
commit
7f2b258f84
@@ -107,7 +107,7 @@ fuse
|
|||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
DESKTOP="KDE"
|
DESKTOP="KDE"
|
||||||
DISPLAYMANAGER="KDM"
|
DISPLAYMANAGER="KDE"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# add initscript
|
# add initscript
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ alsa-utils
|
|||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
DESKTOP="KDE"
|
DESKTOP="KDE"
|
||||||
DISPLAYMANAGER="KDM"
|
DISPLAYMANAGER="KDE"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# add initscript
|
# add initscript
|
||||||
|
|||||||
Reference in New Issue
Block a user