Steven: Take a look at the AI document link http://dlc.sun.com/osol/docs/content/dev/AIinstall/customai.html under the note section Why does the default manifest first install the babel_install package, then uninstall it? This section describes the default AI manifest.
- Sundar Steven Lau wrote: > Hi, > > The default.xml came with installadm for osol 111 reads as the following: > > Question : What the xml tag <ai_uninstall_packages> trying to do .... > is it mean to install 'babel_install' first, and then remove it ..... > Or this is for upgrade purpose ... would not apply on freash > installation ... > > Thx, > > -Steven > > ----- > > default.xml > > : > : > <ai_install_packages> > <pkg name="SUNWcsd"/> > <pkg name="SUNWcs"/> > <pkg name="babel_install"/> <------- > <pkg name="entire"/> > </ai_install_packages> > <ai_uninstall_packages> > <pkg name="babel_install"/> <------- > <pkg name="slim_install"/> > </ai_uninstall_packages> > > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss