fedora-kickstarts/snippets/sysconfig-kde.ks

7 lines
138 B
Plaintext
Raw Normal View History

# %post modifications to create /etc/sysconfig/desktop for KDE
cat > /etc/sysconfig/desktop <<EOF
DESKTOP="KDE"
DISPLAYMANAGER="KDE"
EOF