Posts Tagged ‘disable packages’

Removing default packages in rocks

Tuesday, June 1st, 2010

A few weeks agoI was trying to find the “rocks” way to uninstall a package included by default in the rocks installer.  I ended up calling their tech support line, and they recommended I do the following:

<package disable=”1″>mlocate</package>

I added this to my extend-compute.xml file and that stopped mlocate from being installed on my client nodes.