mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user