diff options
author | ramon <ramongomez@us.es> | 2018-04-05 11:01:43 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-04-05 11:01:43 +0000 |
commit | e9edb521426fd2af99d146dd6f8ac0825e4971f6 (patch) | |
tree | e865871f1198969695c66e15563c019950a64c83 /client/boot-tools/boottoolsfunctions.lib | |
parent | e4546f25ba08d9684bb1191f23d10326899fa696 (diff) |
#802: Cambios para crear cliente ogLive basado en Ubuntu 18.04 con Kernel 4.15
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5698 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/boottoolsfunctions.lib')
-rwxr-xr-x | client/boot-tools/boottoolsfunctions.lib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib index 00eb02d8..babb2e06 100755 --- a/client/boot-tools/boottoolsfunctions.lib +++ b/client/boot-tools/boottoolsfunctions.lib @@ -122,10 +122,10 @@ case "${1,,}" in OSARCH="amd64" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; - artful) # ogLive 1.1.1-rc1 basado en Ubuntu 17.10 y Kernel 4.13. + bionic) # ogLive 1.1.1-rc1 basado en Ubuntu 18.04 y Kernel 4.15. OSDISTRIB="ubuntu" - OSCODENAME="artful" - OSRELEASE="4.13.0-37-generic" + OSCODENAME="bionic" + OSRELEASE="4.15.0-13-generic" OSARCH="amd64" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; |