This Appliance has so much potential. But it's also missing so much as well.
1st - Simple things like (Docs. Yes I know there is a Wiki, but it's empty)
Simple tools like unzip, bzip. Tar is present.
2nd - VMware tools.
Some doc notes and things I have figured out. rpath uses is own package manager (conary), which will let you install some things. It's simlair to using yum.
For example:
"conary update ImageMagik --resolve" will install ImageMagic for example and resolve any dependencies.
I've even done:
conary update gcc --resolve
conary update kernel:build-tree
The Later is supposed to install the kernel headers
in an attempt to be able to install vmware tools. I did that, but for some reason ended up with a kernel header version newer then the version the VM image is using.
I'm attempting a 'conary updateall' which is supposed to update every and I'll post my results.