---
-prelude:
-  - |
-    Previously the swap size was fixed at 1GB.
 features:
   - |
-    If the environmental variable 'SWAP_SIZE' is set when the
-    'init.sh' script is called, then a 'SWAP_SIZE' GB swap space will
-    be configured. If 'SWAP_SIZE' is '0' or is not a valid integer,
-    then no swap space is cofigured. If it is unset then 1GB of swap
-    will be configured.
+    **jenkins-init-scripts** If the environmental variable 'SWAP_SIZE' is
+    set when the 'init.sh' script is called, then a 'SWAP_SIZE' GB swap
+    space will be configured. If 'SWAP_SIZE' is '0' or is not a valid
+    integer, then no swap space is configured. If it is unset then 1GB
+    of swap will be configured. Previously the swap size was fixed at
+    1GB.
 
 ---
-prelude:
-  - |
-    The work directory (/w) was created in the '/' volume. The ownership was
-    set to 'jenkins:jenkins'.
 features:
   - |
-    If the work directory or volume (/w) aleady exists, the ownership will be
-    recursivly set to 'jenkins:jenkins'.
+    **jenkins-init-scripts** If the work directory or volume (/w) aleady
+    exists, the ownership will be recursivly set to 'jenkins:jenkins'.
+    Previously only the top directory /w was owned by 'jenkins:jenkins'