From 4178bdc9b4c94e44f5b8520d6dbeeda92a6ae0cd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 17 Sep 2014 11:51:54 +0100 Subject: [PATCH] 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 b556deb89..f56017efe 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, 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; }