diff options
Diffstat (limited to 'client/shared/etc/engine.cfg')
-rw-r--r-- | client/shared/etc/engine.cfg | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/client/shared/etc/engine.cfg b/client/shared/etc/engine.cfg index 103a0211..895881be 100644 --- a/client/shared/etc/engine.cfg +++ b/client/shared/etc/engine.cfg @@ -10,8 +10,8 @@ OGWINCHKDISK=TRUE #Configuracion de interface restauracion #Que hacer cuando la cache no tenga espacio libre. [ NONE | FORMAT ] ] ACTIONCACHEFULL=NONE -# Protocolo a usar en el caso de que no exita cache o no haya espacio sufiencie. -RESTOREPROTOCOLNOCACHE=UNICAST +#Que protocolo de restauracion usar en el caso de que no exista cache o no exista espacio sufiente. [NONE | UNICAST | MULTICAST].NONE retorna error +RESTOREPROTOCOLNOTCACHE=UNICAST #script Creacion imagen IMGPROG="partclone" @@ -27,9 +27,14 @@ OGWINREDUCE=TRUE # Factor para calcular el time-out al crear la imagen. 100000k -> 4s CREATESPEED=100000*4 # Factor de compresion para las imagenes (windos en ext4). -ZSYNC=120 +FACTORSYNC=120 # Realizar copia de seguridad antes de crear la imagen. -BACKUP="false" +BACKUP=false +# Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS +IMGFS=EXT4 # Tiempo de sleep antes de realizar el reboot OGSLEEP="20" + +# Indica si se instala automáticamente el cliente OpenGnSys en el despliegue de un SO (por defecto, no instalar). +INSTALLOSCLIENT=FALSE |