Rev | Line | |
---|
[91aaf03] | 1 | ## Definicion general |
---|
| 2 | OGENGINECONFIGURATE="TRUE" |
---|
| 3 | OGLOGSESSION="/tmp/session.log" |
---|
| 4 | OGLOGCOMMAND="/tmp/command.log" |
---|
| 5 | |
---|
[d0df50b6] | 6 | ##Configuracion de la PostConfiguracion OS WIndows |
---|
| 7 | #Hacer chkdisk tras la clonacion |
---|
[91aaf03] | 8 | OGWINCHKDISK=TRUE |
---|
| 9 | |
---|
[d0df50b6] | 10 | #Configuracion de interface restauracion |
---|
| 11 | #Que hacer cuando la cache no tenga espacio libre. [ NONE | FORMAT ] ] |
---|
[91aaf03] | 12 | ACTIONCACHEFULL=NONE |
---|
[de687e3] | 13 | #Que protocolo de restauracion usar en el caso de que no exista cache o no exista espacio sufiente. [NONE | UNICAST | MULTICAST].NONE retorna error |
---|
| 14 | RESTOREPROTOCOLNOTCACHE=UNICAST |
---|
[91aaf03] | 15 | |
---|
| 16 | #script Creacion imagen |
---|
| 17 | IMGPROG="partclone" |
---|
| 18 | IMGCOMP="lzop" |
---|
| 19 | IMGEXT="img" |
---|
| 20 | IMGREDUCE="TRUE" |
---|
| 21 | |
---|
[d0df50b6] | 22 | #Configuracion del asistente de Clonacion remota usando master |
---|
| 23 | #Al enviar particion reducir el sistema de archivos previamente. |
---|
[1602040] | 24 | OGWINREDUCE=TRUE |
---|
| 25 | |
---|
| 26 | # Imagenes sincronizadas |
---|
| 27 | # Factor para calcular el time-out al crear la imagen. 100000k -> 4s |
---|
| 28 | CREATESPEED=100000*4 |
---|
| 29 | # Factor de compresion para las imagenes (windos en ext4). |
---|
[de687e3] | 30 | FACTORSYNC=120 |
---|
[1602040] | 31 | # Realizar copia de seguridad antes de crear la imagen. |
---|
[de687e3] | 32 | BACKUP=false |
---|
| 33 | # Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS |
---|
| 34 | IMGFS=EXT4 |
---|
[1602040] | 35 | |
---|
| 36 | # Tiempo de sleep antes de realizar el reboot |
---|
| 37 | OGSLEEP="20" |
---|
[de687e3] | 38 | |
---|
| 39 | # Indica si se instala automáticamente el cliente OpenGnSys en el despliegue de un SO (por defecto, no instalar). |
---|
| 40 | INSTALLOSCLIENT=FALSE |
---|
Note: See
TracBrowser
for help on using the repository browser.