diff options
author | adv <adv@uma.es> | 2011-08-03 15:21:09 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-08-03 15:21:09 +0000 |
commit | 841ce50c63514b22ebd9c5e70f528c09e239dc10 (patch) | |
tree | 3729fb98c4216719eb4d629d2097c37428df7516 /client/shared/scripts/deployImage | |
parent | 312a0f4415b3aaf874ad45378e8cc6e0808d1a37 (diff) |
version 1.0.2 boot-tools #404 #420 id.version instalador
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2258 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/scripts/deployImage')
-rwxr-xr-x | client/shared/scripts/deployImage | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client/shared/scripts/deployImage b/client/shared/scripts/deployImage index 16a403cc..b2e59ef5 100755 --- a/client/shared/scripts/deployImage +++ b/client/shared/scripts/deployImage @@ -1,5 +1,22 @@ #!/bin/bash +#/** +# deployImage +#@brief Actualiza la cache del cliente con una imagen, y la restaura en la particiĆ³n. +#@param 1 +#@param ejemplo: +#@return +#@exception OG_ERR_FORMAT formato incorrecto. +#@note +#@todo: +#@version 0.9.1 - integracion EAC +#@author Antonio J. Doblas Viso. Universidad de Malaga. +#@date 2008/03/17 +#@version 0.9.2 - integracion OpenGnsys +#@author Antonio J. Doblas Viso. Universidad de Malaga. +#@date 2010/07/27 +#*/ ## + TIME1=$SECONDS PROG="$(basename $0)" if [ $# -lt 4 ]; then |