diff options
author | ramon <ramongomez@us.es> | 2016-02-09 07:08:07 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-02-09 07:08:07 +0000 |
commit | 8176c4fe990700be45d6a6c7269d828c47312565 (patch) | |
tree | df6838b1e7ea6f13c289597b459d93be3539b3d6 /client/boot-tools/boottoolsfunctions.lib | |
parent | 0c40a552db459dd7e563b9253f3a0e8b576fb820 (diff) |
#724: Incluir cambios aplicados en ogLive 1.1.0-rc2 y eliminar paquetes duplicados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4797 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/boottoolsfunctions.lib')
-rwxr-xr-x | client/boot-tools/boottoolsfunctions.lib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib index b9f3b468..02835885 100755 --- a/client/boot-tools/boottoolsfunctions.lib +++ b/client/boot-tools/boottoolsfunctions.lib @@ -83,10 +83,10 @@ case "${1,,}" in OSARCH="i386" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; - vivid) # ogLive 1.1.0-rc1 basado en Ubuntu 15.04. + vivid) # ogLive 1.1.0-rc2 basado en Ubuntu 15.04. OSDISTRIB="ubuntu" OSCODENAME="vivid" - OSRELEASE="3.19.0-31-generic" + OSRELEASE="3.19.0-49-generic" OSARCH="i386" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; |