diff --git a/Automation/Modules/Prepare/prepare.asciidoc b/Automation/Modules/Prepare/prepare.asciidoc index 1b6663c..57307d0 100644 --- a/Automation/Modules/Prepare/prepare.asciidoc +++ b/Automation/Modules/Prepare/prepare.asciidoc @@ -3,18 +3,19 @@ prepare(1) Name ---- -prepare - Prepare your workstation to start using the CentOS artwork -repository. +prepare - Standardize configuration tasks. Synopsis -------- -centos-art prepare [--help|--version|--quiet|--yes|--packages|--images|--manuals|--links|--directories|--synchronize] +centos-art.sh prepare [OPTIONS] Description ----------- -The *prepare* module of *centos-art.sh* script standardizes the -configuration tasks you need to perform after downloading a fresh -working copy of CentOS artwork repository. +The *prepare* module of *centos-art.sh* script helps you to prepare +the workstation for using the working copy of CentOS artwork +repository. It assumes you've already installed the CentOS +distribution in your workstation and downloaded a working copy of +CentOS artwork repository into it. Options ------- @@ -36,11 +37,11 @@ The *prepare* module has the following options: packages. *--repository*:: This option calls the *render* module of *centos-art.sh* script - and produces content for all configuration (+*.conf+) files found - inside the repository. This option produces images, documentation - and internal links inside the repository and outside it (e.g., to - link GIMP's components produced in the repository from GIMP's - search path). + and produces content for all configuration (+render.conf+) files + found inside the repository. This option produces images, + documentation and internal links inside the repository and outside + it (e.g., to link GIMP's components produced in the repository + from GIMP's search path). Reporting Bugs -------------- diff --git a/Automation/Modules/Prepare/prepare.conf.sh b/Automation/Modules/Prepare/prepare.conf.sh index 9a7f6e5..a7eb102 100755 --- a/Automation/Modules/Prepare/prepare.conf.sh +++ b/Automation/Modules/Prepare/prepare.conf.sh @@ -1,8 +1,8 @@ #!/bin/bash ###################################################################### # -# prepare.conf.sh -- This file provides default configuration values -# to centos-art.sh script's prepare module. +# prepare.conf.sh -- This file provides the configuration variables +# used by prepare module. # # Written by: # * Alain Reguera Delgado , 2013 @@ -26,9 +26,5 @@ # ###################################################################### -# -------------------------------------------------------------------- -# Module-specific configuration variables. -# -------------------------------------------------------------------- declare -xr MODULE_VERSION='0.1' declare -x MODULE_ACTIONS='' -