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; }