close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Nov 14, 2016, 11:40:08 AM (9 years ago)
- Author:
-
ramon
- Comment:
-
Asegurar la ejecución de postconfiguración para activar Windows/Office?.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
18 | 18 | configureOs "$1" "$2" |
19 | 19 | # Postconfiguración específica para SO y versión. |
20 | | FILECMD=postconf.cmd |
21 | 20 | OSVERSION=$(ogGetOsVersion $1 $2) |
22 | 21 | case "$OSVERSION" in |
… |
… |
|
24 | 23 | # PAra sistemas operativos Windows7, Windows8.x y Windows10 |
25 | 24 | DIRMOUNT=$(ogMount $1 $2) |
| 25 | # Ejecutar postconfiguración en el 1er inicio de Windows. |
| 26 | FILECMD=postconf.cmd |
| 27 | [ "${INSTALLOSCLIENT^^}" != "TRUE" ] && ogInstallMiniSetup $1 $2 $FILECMD |
| 28 | # Crear fichero de comandos. |
26 | 29 | touch "$(ogGetPath $DIRMOUNT/Windows/System32)/$FILECMD" |
27 | 30 | ogAddCmd $1 $2 $FILECMD '@echo off' |