summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-04-19 16:37:24 +0000
committerramon <ramongomez@us.es>2017-04-19 16:37:24 +0000
commit3fd7818dadaf0781a144b607eff6b84d7a7387b6 (patch)
tree1a928efe80bdd6ed7a6247915b96f8d44f5872df /installer
parent1a2fa9eee2f29f9cbe99ec956a8da5f60827f11e (diff)
#730 #774: Instalar por defecto ogLive basedo en Kernel 4.8 de 64 bits.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5269 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 45266431..99d7bcfd 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1394,8 +1394,8 @@ function copyClientFiles()
# Crear cliente OpenGnsys.
function clientCreate()
{
- #local FILENAME=ogLive-wily-4.2.0-35-generic-r4919.iso # 1.1.0-rc3
- local FILENAME=ogLive-xenial-4.4.0-34-generic-r4999.iso # 1.1.0-rc4
+ #local FILENAME=ogLive-xenial-4.4.0-34-generic-r4999.iso # 1.1.0-rc4
+ local FILENAME=ogLive-xenial-4.8.0-39-generic-amd64-r5225.iso # 1.1.0-rc5
local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME
# Descargar cliente, si es necesario.
@@ -1414,7 +1414,7 @@ function clientCreate()
# Montar imagen, copiar cliente ogclient y desmontar.
echoAndLog "${FUNCNAME}(): Installing ogLive Client"
echo -ne "$OPENGNSYS_CLIENT_PASSWD\n$OPENGNSYS_CLIENT_PASSWD\n" | \
- $INSTALL_TARGET/bin/oglivecli install $TARGETFILE
+ $INSTALL_TARGET/bin/oglivecli install $FILENAME
# Adaptar permisos.
chown -R $APACHE_RUN_USER:$APACHE_RUN_GROUP $INSTALL_TARGET/tftpboot/menu.lst