Custom Jumpstart - Can I edit clustertoc? order?

Hi All,I would like to customize a jumpstart self contained DVD, based on Entire+OEMI don't want to install all packages.what is the file I need to edit in order to remove unwanted packages (more than 300...)ThanksMessage was edited by: AssafL
[293 byte] By [AssafL] at [2007-11-26 10:33:52]
# 1

Sounds like you really don't want the Entire + OEM cluster if you want to delete quite some packages..

Anyway, using the clustertoc you can determine which cluster a package belongs to, from there you can delete them in your profile using the "delete" keyword.

For example; to make sure that ApplicationServer / IMQ/WBEM/staroffice is not installed:

cluster SUNWCwbem delete

cluster SUNWCappserver delete

cluster SUNWCiq delete

cluster SUNWCstaroffice delete

.. you can do a similar thing with individual packages, to avoid installing the time/echo/discard and chargen inetd services on a server you could type:

package SUNWcnsr delete

package SUNWcnsu delete

.7/M.

package SUNW

mAbrante at 2007-7-7 2:42:40 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Hi,thanks for the reply...Indeed, that's what I did at the end... Now I'm in dependencies problems but it will be fixed...Thanks
AssafL at 2007-7-7 2:42:40 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
I do not like this approach.If you are using Solaris 10 you get minimal OS also.
dombal at 2007-7-7 2:42:40 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...