<HTML>
<HEAD>
<TITLE>Re: Setting up a non standard environment</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
Hi Matt,<BR>
<BR>
If I understand you correctly, what you would have to do would be to edit the various desktop (i.e. GNOME or KDE) setup and control scripts. There are a couple of possible approaches to this problem, but the details will vary, so I won’t attempt to explain those since I don’t know your environment. Regardless of the details, though, you can simply add this to the ‘%post’ section of your Kickstart file. This part gets executed immediately after all software installs have been completed, and the system is otherwise ready to go. You could try one or all of the following, depending on what works best for you:<BR>
<BR>
</SPAN></FONT><OL><LI><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Include diff’s or script instructions in %post to make the edits needed to the files you want to change.
</SPAN></FONT><LI><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Write pre-baked versions of the file(s) you want tweaked and store them on a local server, to be fetched via ‘wget’ or similar during %post and saved to the appropriate locations on the newly-installed OS.
</SPAN></FONT><LI><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Use a tool like ‘cfengine’ or ‘puppet’ to apply a more systematic strategy to this kind of change management<BR>
</SPAN></FONT></OL><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
I’ve applied all three strategies in various ways over the years, and they all have their respective merits and flaws. #3 is particularly useful if you want to easily handle ongoing change management tasks on a regular basis, in addition to pre-configuring new systems.<BR>
<BR>
As far as the changes necessary to add launchers and change file browser behaviour, I wouldn’t be able to explain it quickly over email, and the details will vary depending on the desktop system (GNOME vs. KDE vs. vanilla X11) you’re using, so you’d have to consult the respective documentation. Regardless, if you can make these changes on a running system using a simple text editor and a command line, you can easily apply the same process in the %post section of a Kickstart configuration file.<BR>
<BR>
hth,<BR>
Klaus<BR>
<BR>
On 5/21/08 3:51 PM, "Matt Milliss" <matt_milliss@yahoo.com>did etch on stone tablets:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I'm using a kickstart script to install fedora 8 with gnome on all desktops in my organisation. There are 2 things I would like to automatically setup but don't quite know how. We have many applications and I would like to add launchers to the top panel for these applications, at the moment I do this manually but would like to find out if there is a way to have this happen automatically, possibly using skel or something similar. I'd also like to change the default behaviour of the file browser (nautilus?) without having to manually perform the steps for every install. Is there a way that this can be done? Any help would be greatly appreciated as it would save me lots of time.<BR>
<BR>
Cheers<BR>
Matt<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Kickstart-list mailing list<BR>
Kickstart-list@redhat.com<BR>
https://www.redhat.com/mailman/listinfo/kickstart-list<BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>