** UPDATE **
Version 2.3 has been released
I have updated Raspbian server edition with a packagelist that I have stripped out of the 2012-12-16 version of Raspbian.
The packagelist can be found here, and the script to remove them can be found here. 242 packages were removed from the original Raspbian installation.
To use it, download the script and the package list to the same directory, and then run the command ./pkgs.sh pkgs.txt as root to remove the packages.
An image will be available soon.
An image is now available for download.
You can get it here
SHA Signatures for the 2 files
f263d744ed646244cc5278bf5665cdca4d2a8231 RSEv2.2.zip
27814fec6a35a39aa48f1405db03196571080d56 RSEv2.2.img
** Update **
Forgot to mention for any new Linux users, if you are using the image straight off the bat, you may want to regenerate the SSH Server keys for security reasons.
The commands to do this are :
ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa
ssh-keygen -f /etc/ssh/ssh_host_dsa_key -N '' -t dsa