[Pkg-libvirt-commits] [libguestfs] 09/35: sysprep: Clarify the documentation for 'flag-reconfiguration'.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:46:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.49-1
in repository libguestfs.

commit 4178bdc9b4c94e44f5b8520d6dbeeda92a6ae0cd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Sep 17 11:51:54 2014 +0100

    sysprep: Clarify the documentation for 'flag-reconfiguration'.
    
    It was quite obscure what this actually did.  Make it clear
    in the documentation.
---
 sysprep/sysprep_operation_flag_reconfiguration.ml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysprep/sysprep_operation_flag_reconfiguration.ml b/sysprep/sysprep_operation_flag_reconfiguration.ml
index b556deb..f56017e 100644
--- a/sysprep/sysprep_operation_flag_reconfiguration.ml
+++ b/sysprep/sysprep_operation_flag_reconfiguration.ml
@@ -34,8 +34,9 @@ let op = {
     enabled_by_default = false;
     heading = s_"Flag the system for reconfiguration";
     pod_description = Some (s_"\
-Note that this may require user intervention when the
-guest is booted.");
+For Linux guests, this touches C</.unconfigured>, which causes
+the first boot to interactively query the user for settings such
+as the root password and timezone.");
     perform_on_filesystems = Some flag_reconfiguration;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list