diff options
author | ramon <ramongomez@us.es> | 2012-03-05 13:02:06 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-03-05 13:02:06 +0000 |
commit | 1c93532b21492afae588da93f6ff59dd11a6e6d7 (patch) | |
tree | 44d7c3c238b7094b86102e3795012d4b0b5a280a /installer | |
parent | 8106af9d2ce5936612826c8d76e7cb3b6227b946 (diff) |
Versión 1.0.3, #499: Actualizar mensaje del sumario de instalación.
git-svn-id: https://opengnsys.es/svn/trunk@2739 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-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. |