mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-03 23:44:20 +00:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
# %post modifications to create /etc/sysconfig/desktop for KDE
|
||
|
|
||
|
cat > /etc/sysconfig/desktop <<EOF
|
||
|
DESKTOP="KDE"
|
||
|
DISPLAYMANAGER="KDE"
|
||
|
EOF
|