From 978d16ec763b6c4c8277ff06fc725c0d98b7cfe0 Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Wed, 17 Oct 2012 15:48:14 +0800 Subject: [PATCH] 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 --- TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO b/TODO index d9dd1d3af..44fee348f 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.