Do you simply need to add the line PREFERRED="icewm" to
/etc/sysconfig/desktop?
If so, just put this in %post
echo "PREFERRED=\"icewm\"" >>
/etc/sysconfig/desktop
From: kickstart-list-bounces@xxxxxxxxxx [mailto:kickstart-list-bounces@xxxxxxxxxx] On Behalf Of tamas.1.simon@xxxxxxxxx
Sent: Tuesday, January 23, 2007 8:25 AM
To: kickstart-list@xxxxxxxxxx
Subject: /etc/sysconfig/desktop
Hi,
I would like to use icewm in my custom RHEL4. For this (to be able to work) I have to add manually PREFERRED="icewm" to /etc/sysconfig/desktop.
Is there any possibility to configure in kickstart's ks.cfg eg. in "#XWindows configuration information" part to have preferred desktop?
I mean there is '--defaultdesktop icewm' but I couldn't find anything like '--preferreddesktop'.
Thank,
Tamas