From 42f3abe42d601c5d0a1521a36db54dea705a03c7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 13 Oct 2011 23:24:28 +0100 Subject: [PATCH] virt-sysprep: Clarify docs on enabling operations. --- clone/virt-sysprep.pod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/clone/virt-sysprep.pod b/clone/virt-sysprep.pod index 98270c1..ecd500f 100755 --- a/clone/virt-sysprep.pod +++ b/clone/virt-sysprep.pod @@ -155,9 +155,9 @@ Enable tracing of libguestfs API calls. =head1 OPERATIONS -If the I<--enable> option is I given, then all sysprep operations -in the list below are enabled, although some are skipped depending on -the type of guest. +If the I<--enable> option is I given, then +I, although some are skipped +depending on the type of guest. Operations can be individually enabled using the I<--enable> option. Use a comma-separated list, for example: @@ -167,6 +167,10 @@ Use a comma-separated list, for example: To list the operations supported by the current version of virt-sysprep, use I<--list-operations>. +Future versions of virt-sysprep may add more operations. If you are +using virt-sysprep and want predictable behaviour, specify only the +operations that you want to have enabled. + =head2 dhcp-client-state Remove DHCP client leases. -- 1.8.3.1