1
0
mirror of https://pagure.io/fedora-kickstarts.git synced 2025-03-02 07:12:22 +00:00

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