On 03/ 4/10 09:10 PM, Hillel Lubman wrote: > Keith Mitchell wrote: > >> The easiest method would be to: >> >> pkg install babel_install >> pkg uninstall babel_install slim_install >> >> This will result in an environment much like what's given by the liveCD. >> > Thanks for the pointer! I'm doing this now after getting an XVR-100 for > SunBlade 2500. It's probably worth it to add this to the text installer notes > (i.e. how to expand that installation to a more complete one). > > Why in this case pkg uninstall should be called on the same babel_install? > > Thanks, > > Hillel. >
babel_install has dependencies on all the packages it brings in (though it supplies no files of its own). Thus, if you ever wanted to uninstall a single package that babel_install brought in, babel_install would first need to be removed. One of the packages brought in is slim_install, which behaves similarly, hence why I recommend uninstalling that as well. I added these instructions to the FAQ section of the notes. - Keith