diff options
author | adv <adv@uma.es> | 2012-05-14 17:25:49 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2012-05-14 17:25:49 +0000 |
commit | 7f517c2b23a331ade9ad30217a47f124ac68846e (patch) | |
tree | 2f700ff0ca5ca54a9f5d1b9e5c89736a30b95e15 /client/shared/etc/engine.cfg | |
parent | 308f61c67d8d092a6b7796ec7275081ce254314b (diff) |
#522 comentarios al fichero engine.cfg
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3025 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/etc/engine.cfg')
-rw-r--r-- | client/shared/etc/engine.cfg | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/client/shared/etc/engine.cfg b/client/shared/etc/engine.cfg index 1bf98b5d..59b4a5b6 100644 --- a/client/shared/etc/engine.cfg +++ b/client/shared/etc/engine.cfg @@ -3,13 +3,14 @@ OGENGINECONFIGURATE="TRUE" OGLOGSESSION="/tmp/session.log" OGLOGCOMMAND="/tmp/command.log" -#Definicion PostConfiguracion OS WIndows +##Configuracion de la PostConfiguracion OS WIndows +#Hacer chkdisk tras la clonacion OGWINCHKDISK=TRUE -#interface restauracion -#Que hacer cuando la cache no tenga espacio libre. [ NONE] -- en desarrollo -> |DELETE|FORMAT] +#Configuracion de interface restauracion +#Que hacer cuando la cache no tenga espacio libre. [ NONE | FORMAT ] ] ACTIONCACHEFULL=NONE -# Definimos el protocolo a usar en el caso de que no exita cache o no haya espacio sufiencie. +# Protocolo a usar en el caso de que no exita cache o no haya espacio sufiencie. RESTOREPROTOCOLNOCACHE=UNICAST #script Creacion imagen @@ -18,5 +19,6 @@ IMGCOMP="lzop" IMGEXT="img" IMGREDUCE="TRUE" -#scripts Clonacion remota usando master +#Configuracion del asistente de Clonacion remota usando master +#Al enviar particion reducir el sistema de archivos previamente. OGWINREDUCE=TRUE
\ No newline at end of file |