mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Ubuntu 25.04 pre-release testing; Discourage 3 old OS's
This commit is contained in:
parent
3651ac666e
commit
d07ae98898
5 changed files with 11 additions and 4 deletions
|
@ -72,8 +72,11 @@ OS_VER="$OS-$VERSION_ID"
|
|||
#"ubuntu-2104" | \
|
||||
#"ubuntu-2110" | \
|
||||
#"ubuntu-2210" | \
|
||||
#"ubuntu-2204" | \
|
||||
#"ubuntu-2304" | \
|
||||
#"ubuntu-2310" | \
|
||||
#"linuxmint-20" | \
|
||||
#"linuxmint-21" | \
|
||||
#"raspbian-8" | \
|
||||
#"raspbian-9" | \
|
||||
#"raspbian-10" | \
|
||||
|
@ -85,11 +88,9 @@ OS_VER="$OS-$VERSION_ID"
|
|||
case $OS_VER in
|
||||
"debian-12" | \
|
||||
"debian-13" | \
|
||||
"ubuntu-2204" | \
|
||||
"ubuntu-2310" | \
|
||||
"ubuntu-2404" | \
|
||||
"ubuntu-2410" | \
|
||||
"linuxmint-21" | \
|
||||
"ubuntu-2504" | \
|
||||
"linuxmint-22" | \
|
||||
"raspbian-12" | \
|
||||
"raspbian-13")
|
||||
|
|
|
@ -764,6 +764,7 @@ pbx_http_port: 83
|
|||
is_debuntu: False # Covers all 4: Ubuntu, Linux Mint, Debian, Raspberry Pi OS (Raspbian)
|
||||
|
||||
is_ubuntu: False # Covers: Ubuntu, Linux Mint
|
||||
is_ubuntu_2504: False
|
||||
is_ubuntu_2410: False
|
||||
is_ubuntu_2404: False
|
||||
is_ubuntu_2310: False
|
||||
|
@ -780,7 +781,7 @@ is_ubuntu_2204: False
|
|||
|
||||
is_linuxmint: False # Subset of is_ubuntu
|
||||
is_linuxmint_22: False
|
||||
is_linuxmint_21: False
|
||||
#is_linuxmint_21: False
|
||||
#is_linuxmint_20: False
|
||||
|
||||
is_debian: False # Covers both: Debian, Raspberry Pi OS (Raspbian)
|
||||
|
|
5
vars/ubuntu-2504.yml
Normal file
5
vars/ubuntu-2504.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Every is_<OS_VER> var is initially set to 'False' at the bottom of
|
||||
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
|
||||
is_debuntu: True
|
||||
is_ubuntu: True # Opposite of is_debian for now
|
||||
is_ubuntu_2504: True
|
Loading…
Reference in a new issue