diff options
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 5fdf276b..c2062e70 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1266,8 +1266,8 @@ function installationSummary() echo "===============================" echoAndLog "Review or edit all configuration files." echoAndLog "Insert DHCP configuration data and restart service." - echoAndLog "Log-in as Web Console admin user." - echoAndLog " - Review default Organization data and assign default user." + echoAndLog "Optional: Log-in as Web Console admin user." + echoAndLog " - Review default Organization data and assign access to users." echoAndLog "Log-in as Web Console organization user." echoAndLog " - Insert OpenGnSys data (labs, computers, menus, etc)." echo @@ -1282,7 +1282,7 @@ echo echoAndLog "OpenGnSys installation begins at $(date)" pushd $WORKDIR -# Detectar datos inicales de auto-configuración del instalador. +# Detectar datos iniciales de auto-configuración del instalador. autoConfigure # Detectar parámetros de red y comprobar si hay conexión. |