diff options
author | ramon <ramongomez@us.es> | 2016-05-03 11:40:20 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-05-03 11:40:20 +0000 |
commit | 16fc7ab3dc49310205c396d6626a8efd6bff3154 (patch) | |
tree | 107458f1c6ebb54a65898c33743eb1a7bae4bf1b /client/boot-tools/boottoolsfunctions.lib | |
parent | f932a1aff2f94012908252aa8e484d47b2d4c72d (diff) |
#724: Generación de ogLive: limpiar código antiguo, eliminar ficheros no usados, usar nuevo nombre del proyecto e incluir número de revisión.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4916 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/boottoolsfunctions.lib')
-rwxr-xr-x | client/boot-tools/boottoolsfunctions.lib | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib index 02835885..ee29e554 100755 --- a/client/boot-tools/boottoolsfunctions.lib +++ b/client/boot-tools/boottoolsfunctions.lib @@ -4,7 +4,7 @@ #@brief Librería o clase Boot-Tools #@class Boot-Tools #@brief Funciones para generar un sistema operativo cliente para opengnsys -#@version 1.0.5 +#@version 1.1.0 #@warning License: GNU GPLv3+ #*/ @@ -93,7 +93,7 @@ case "${1,,}" in wily) # ogLive 1.1.0-rc1 basado en Ubuntu 15.10. OSDISTRIB="ubuntu" OSCODENAME="wily" - OSRELEASE="4.2.0-16-generic" + OSRELEASE="4.2.0-35-generic" OSARCH="i386" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; @@ -113,7 +113,6 @@ NAMEHOSTCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$VERSIONSVN" export OSDISTRIB OSCODENAME OSRELEASE OSARCH OSHTTP export TYPECLIENT VERSIONSVN NAMEISOCLIENT NAMEHOSTCLIENT ### El fichero de configuración debe sustituir a estos 3 ficheros (borrar las 3 líneas siguientes). -echo "$VERSIONSVN" > /tmp/versionsvn.txt echo "$NAMEISOCLIENT" > /tmp/opengnsys_info_rootfs echo "$NAMEHOSTCLIENT" > /tmp/opengnsys_chroot # Generar fichero de configuración. |