diff --git a/lib/ulib/sysinfos b/lib/ulib/sysinfos index e34b21c..ede5854 100644 --- a/lib/ulib/sysinfos +++ b/lib/ulib/sysinfos @@ -25,7 +25,7 @@ SYSDIST_ALIASES=( # attention: dans *_SYSVERS, les noms doivent être ordonnés du plus récent au # moins récent debianlike_SYSVERS=() -debian_SYSVERS=(buster stretch jessie wheezy squeeze lenny etch) +debian_SYSVERS=(bullseye buster stretch jessie wheezy squeeze lenny etch) ubuntu_SYSVERS=(oneiric natty maverick lucid karmic jaunty intrepid hardy) redhatlike_SYSVERS=() ol_SYSVERS=(ol8 ol7 ol6 redhat8 redhat7 redhat6) @@ -35,7 +35,7 @@ centos_SYSVERS=(centos7 centos6 centos5 centos4 redhat7 redhat6 redhat5 redhat4) suse_SYSVERS=() gentoo_SYSVERS=() SYSVER_ALIASES=( - 10=buster 9=stretch 8=jessie 7=wheezy 6=squeeze 5=lenny 4=etch + 11=bullseye 10=buster 9=stretch 8=jessie 7=wheezy 6=squeeze 5=lenny 4=etch 11.10=oneiric 11.04=natty 10.10=maverick 10.04=lucid 9.10=karmic 9.04=jaunty 8.10=intrepid 8.04=hardy ) @@ -143,6 +143,7 @@ function __compute_sysinfos() { esac if [ -n "$debian_version" ]; then case "$debian_version" in + 11*|bullseye*) MYSYSDIST=(debian debianlike); MYSYSVER=(bullseye);; 10*|buster*) MYSYSDIST=(debian debianlike); MYSYSVER=(buster);; 9*|stretch*) MYSYSDIST=(debian debianlike); MYSYSVER=(stretch);; 8*|jessie*) MYSYSDIST=(debian debianlike); MYSYSVER=(jessie);;