summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-10-17 15:48:14 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-10-17 10:27:38 +0100
commit978d16ec763b6c4c8277ff06fc725c0d98b7cfe0 (patch)
treec415b4c3be9450135c9e32d3fc70be6949ab7294
parent25ec619a462548c29fc706e7bb98094b43d94c13 (diff)
downloadlibguestfs-978d16ec763b6c4c8277ff06fc725c0d98b7cfe0.tar.gz
libguestfs-978d16ec763b6c4c8277ff06fc725c0d98b7cfe0.tar.xz
libguestfs-978d16ec763b6c4c8277ff06fc725c0d98b7cfe0.zip
TODO: remove the already implemented yum cache clean feature
The cleanup of package managers cache is already implemented by sprep_operation_package_manager_cache.ml, so remove this TODO item. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index d9dd1d3a..44fee348 100644
--- a/TODO
+++ b/TODO
@@ -401,7 +401,6 @@ virt-sysprep ideas
Kazuo Moriwaka adds:
- - "yum clean all" (or the equivalent) to remove yum caches
- swap devices (both of block device and file) should be wiped. This may
good for security purpose, and size. I found virt-sparsify can clear
swap partition.