Blame Manuals/Tcar-fs/en_US/Trunk/scripts-functions-prepare.texinfo

9352b6
@node Trunk Scripts Functions Prepare
9352b6
@section @file{trunk/Scripts/Functions/Prepare}
9352b6
@cindex Trunk scripts functions prepare
9352b6
9352b6
The @file{trunk/Scripts/Functions/Prepare} directory exists to
9352b6
organize Bash scripts that make the @code{prepare} functionality of
9352b6
@command{centos-art.sh} script. The @code{prepare} functionality
9352b6
standardizes the final configuration stuff your workstation needs,
9352b6
once the working copy of @value{TCAR} has been downloaded inside it. 
9352b6
9352b6
The @file{trunk/Scripts/Functions/Prepare} directory is under version
9352b6
control.
9352b6
9352b6
The @file{trunk/Scripts/Functions/Prepare} directory contains the
9352b6
following function scripts:
9352b6
9352b6
@defun prepare
9352b6
The @code{prepare} function is the first function executed when
9352b6
@command{centos-art.sh} script is executed with @code{prepare} as
9352b6
first argument. The @code{prepare} function initializes global
9352b6
variables and provides the base environment where all other actions
9352b6
are called from.
9352b6
@end defun
9352b6
9352b6
@defun prepare_getOptions
9352b6
...
9352b6
@end defun
9352b6
9352b6
@defun prepare_doLinks
9352b6
...
9352b6
@end defun
9352b6
9352b6
@defun prepare_getLinkName FILE_BASEDIR, FILE_ABSPATH
9352b6
...
9352b6
@end defun
9352b6
9352b6
@defun prepare_doEnvironment
9352b6
...
9352b6
@end defun
9352b6
9352b6
@defun prepare_doManuals
9352b6
...
9352b6
@end defun
9352b6
9352b6
@defun prepare_doImages
9352b6
...
9352b6
@end defun
9352b6
9352b6
@defun prepare_doPackages
9352b6
...
9352b6
@end defun
9352b6
9352b6
Content rendition inside @file{trunk/Scripts/Functions/Prepare} is not
9352b6
supported.