summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_script.ml
diff options
context:
space:
mode:
Diffstat (limited to 'sysprep/sysprep_operation_script.ml')
-rw-r--r--sysprep/sysprep_operation_script.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysprep/sysprep_operation_script.ml b/sysprep/sysprep_operation_script.ml
index 977d41f3..bcbba739 100644
--- a/sysprep/sysprep_operation_script.ml
+++ b/sysprep/sysprep_operation_script.ml
@@ -113,7 +113,9 @@ trap cleanup INT TERM QUIT EXIT ERR\n"
let script_op = {
name = "script";
- pod_description = "\
+ enabled_by_default = true;
+ heading = "Run arbitrary scripts against the guest";
+ pod_description = Some "\
The C<script> module lets you run arbitrary shell scripts or programs
against the guest.