#845: Preparing creation of ogLive based on Kernel 4.18.

remotes/github/master
Ramón M. Gómez 2019-04-11 13:58:48 +02:00
parent 2bfe10a445
commit 1cc79777e9
3 changed files with 11 additions and 3 deletions

View File

@ -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)

View File

@ -1 +1 @@
OpenGnsys Client 1.1.1-rc2
OpenGnsys Client 1.1.1-rc3

View File

@ -9,7 +9,8 @@ install console-data
install locales
install lshw
install gawk
install subversion
#install subversion # ogLive anterior a Ubuntu 18.04
install git # ogLive a partir de Ubuntu 18.04
install python-openssl
install python
#install php5-cli # ogLive anterior a Ubuntu 16.04