Ubuntu 8.04 Minimal Template

jburleson

Renowned Member
Apr 29, 2008
31
0
71
Jonesboro, AR
Thought I would throw this out there for everybody :)

Here are some additional commands I run in addition to running the commands listed on the proxmox wiki page for the ubuntu minimal template:

Purge any locales that you do not want
apt-get install localepurge

Remove orphaned packages:
apt-get install deborphan
deborphan | xargs sudo apt-get -y remove --purge

Clean up apt
apt-get autoclean