1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-08 17:47:22 +00:00
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