Hi Alok, I'm trying to do auto-install with specified package, SUNWmercurial, installation.
The manifest <ai_packages> part is as the following: <ai_packages> <package_name>SUNWmercurial</package_name> </ai_packages> After the system booted, I found it only install SUNWcsd, SUNWcs, slim_install, entire. And after installation finished successfully, the log doesn't contain any info on installing SUNWmercurial. After boot from hard disk, no SUNWmercurial (by using pkg info). I can manually pkg install SUNWmercurial. I also tried the following, and the result is the same, that is, install SUNWcsd, SUNWcs, slim_install, entire: <ai_packages> <package_name>SUNWcsd</package_name> </ai_packages> <package_name>SUNWcs</package_name> </ai_packages> <ai_packages> <package_name>SUNWmercurial</package_name> </ai_packages> My question is, is this feature supported now? We are using image 081103. If not, will this feature be supported before Nov. Release? If it is, then what is the expected action should take with the following setting: 1) only specify SUNWmercurial: Will install SUNWmercurial as well as SUNWcsd, SUNWcs, slim_install, entire? or Only SUNWmercurial? 2) only sepcify SUNWcsd, SUNWcs, SUNWmercurial: Will install SUNWcsd, SUNWcs, SUNWmercurial only? Thanks, Angela