summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-07-25 13:56:16 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-07-25 08:56:38 +0100
commite68336d72a7d71a44d80f0d13c40ff44653e5c01 (patch)
treeffbb398186293c1efddd0fc1b3d82d6bfe968083 /TODO
parenta121f1d654be3d7ed053b0c3bc1aa16f5285d348 (diff)
downloadlibguestfs-e68336d72a7d71a44d80f0d13c40ff44653e5c01.tar.gz
libguestfs-e68336d72a7d71a44d80f0d13c40ff44653e5c01.tar.xz
libguestfs-e68336d72a7d71a44d80f0d13c40ff44653e5c01.zip
sysprep: remove the local machine ID
remove the local machine ID, leave it empty, let it be generated during next booting. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Whitespace change. - Remove completed items from TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index a2dd74f3..a097cad8 100644
--- a/TODO
+++ b/TODO
@@ -399,12 +399,9 @@ virt-sysprep ideas
Kazuo Moriwaka adds:
- - /etc/machine-id (created by systemd)
- "yum clean all" (or the equivalent) to remove yum caches
- lvm PV and VG have its UUID. 'pvchange -u' and 'vgchange -u' generate
new UUID (causes trouble with clustered LVM).
- - ABRT have crash report and core dumps under /var/spool/abrt. This can
- be deleted.
- 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.