Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Ubuntu Gutsy template creation

31 bytes added, 13:57, 13 December 2007
Modify the installation: packages removal to single place; do not remove docs since it breaks package integrity
==== Remove unneeded packages ====
Some packages does not make sense in a VE, or are really optional. Remove those:
[VE]# dpkg -P ubuntu-minimal wpasupplicant wireless-tools \
module-init-tools linux-sound-base console-tools \
console-terminus busybox-initramfs libvolume-id0 \
ntpdateeject libasound2 pciutils tasksel tasksel-data \ laptop-detect Note that the above list of packages may be too extensive. Say, if you want to use <code>tasksel</code> tool, do not remove it — but then you have to let laptop-detect stay.
Clean up after udev:
==== Anything else? ====
Think of what else could be done (like cleaning up log files, root history, …)to better suit your needsConsider removing some additional packages:  [VE]# dpkg -P eject laptop-detect libasound2 pciutils tasksel-data Consider removing documentation (man pages)  [VE]# cd /use/share [VE]# rm -r doc/ man/ pixmaps/
==== Exit from the VE ====