sysprep: Clarify the documentation for 'flag-reconfiguration'.

It was quite obscure what this actually did.  Make it clear
in the documentation.
This commit is contained in:
Richard W.M. Jones
2014-09-17 11:51:54 +01:00
parent f722571c73
commit 4178bdc9b4

View File

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