diff options
author | devega <ma.devega@globunet.com> | 2019-05-13 10:58:04 +0200 |
---|---|---|
committer | devega <ma.devega@globunet.com> | 2019-05-13 10:58:04 +0200 |
commit | d619dddd6bc80694096090337e331dc51e7c5ea4 (patch) | |
tree | be46a3b2acce9b617f77eca5fc4c06315be8f82f /client/boot-tools/boottoolsfunctions.lib | |
parent | d624c25993a589197a09ca7998764bd7727eaf08 (diff) | |
parent | 992e7e507c33cde23b494cc3d5b3e1e24fab0480 (diff) |
Merge remote-tracking branch 'origin/webconsole3' into webconsole3
Diffstat (limited to 'client/boot-tools/boottoolsfunctions.lib')
-rwxr-xr-x | client/boot-tools/boottoolsfunctions.lib | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib index f364f174..7f7bbb38 100755 --- a/client/boot-tools/boottoolsfunctions.lib +++ b/client/boot-tools/boottoolsfunctions.lib @@ -116,13 +116,20 @@ case "${1,,}" in OSARCH="amd64" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; - bionic) # ogLive 1.1.1-rc1 basado en Ubuntu 18.04 y Kernel 4.15. + bionic|bionic-4.15) # ogLive 1.1.1-rc1 basado en Ubuntu 18.04 y Kernel 4.15. OSDISTRIB="ubuntu" OSCODENAME="bionic" OSRELEASE="4.15.0-32-generic" OSARCH="amd64" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; + bionic-4.18) # ogLive 1.1.1-rc3 basado en Ubuntu 18.04 y Kernel 4.18. + OSDISTRIB="ubuntu" + OSCODENAME="bionic" + OSRELEASE="4.18.0-17-generic" + OSARCH="amd64" + OSHTTP="http://es.archive.ubuntu.com/ubuntu/" + ;; host) # ogLive basado en la distribuciĆ³n del servidor. OSDISTRIB=$(lsb_release -is) OSCODENAME=$(lsb_release -cs) |