I have a VPS with MediaTemple and would like to clone the base-system OS that they install, I have got a full packages list that is installed by default here: http://wiki.mediatemple.net/w/(ve):Ubuntu_default_package_list
But I have no idea how I then translate this into the base Ubuntu server install, Upon first startup with MediaTemple my server was using 9MB of RAM (yes 9!), with the "minimal" install provided from the Ubuntu 10.04 LTS DVD I was getting almost 4-500MB!
So I ran top on both, on MediaTemple I saw this:
1 root 15 0 23320 1580 1272 S 0 0.2 0:01.04 init
1158 root 15 0 49268 2560 2012 S 0 0.3 0:00.04 sshd
1214 root 15 0 21084 1016 776 S 0 0.1 0:00.00 cron
1215 syslog 15 0 12456 800 608 S 0 0.1 0:00.05 syslogd
3572 myles 18 0 4100 652 544 S 0 0.1 0:00.00 sh
And on my own vm install there were more than could be listed...
So the question is, how do I translate that packages list into a custom ISO or configure the dvd in such a way that I have those and how do I get the server to start up with only those processes?