I noticed here (http://distrowatch.com/table.php?distribution=centos) that postgresql 7.4.8 is standard on Centos 4.2. Is this left intact on the SME 7 or is it removed?
We only install the CentOS parts we use. Any additional components can be added with
yum --enablerepo=base --enablerepo=updates install thing
Be careful, as doing this will not automatically show you updates for those packages. We will only include updates to packages shipped on the CD.
You can enable the CentOS updates repo in the yum_repositories db with:
db yum_repositories setprop updates status enabled
signal-event yum-modify
Be warned -
Some CentOS updates, especially kernel updates, may break some features on your system (e.g. PPTP) until we've built the appropriate add-ons It takes us a little time to build and test the extra kernel modules we need once CentOS release a new kernel.