diff options
Diffstat (limited to 'sysprep/sysprep_operation_utmp.ml')
-rw-r--r-- | sysprep/sysprep_operation_utmp.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysprep/sysprep_operation_utmp.ml b/sysprep/sysprep_operation_utmp.ml index 69867e15..cdcf01f8 100644 --- a/sysprep/sysprep_operation_utmp.ml +++ b/sysprep/sysprep_operation_utmp.ml @@ -30,9 +30,9 @@ let utmp_perform g root = let utmp_op = { name = "utmp"; - pod_description = "\ -Remove the utmp file. - + enabled_by_default = true; + heading = "Remove the utmp file"; + pod_description = Some "\ This file records who is currently logged in on a machine. In modern Linux distros it is stored in a ramdisk and hence not part of the virtual machine's disk, but it was stored on disk in older distros."; |