From e661d4196c2610effdd9f0c1b4b87b34e28afb1a Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:24:54 -0400 Subject: [PATCH 1/8] Update default_vars.yml --- vars/default_vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index bdca92f18..1dbf64a07 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -722,6 +722,7 @@ is_debian_9: False is_debian_8: False is_raspbian: False # Covers both: RPi HW + non-RPi HW versions of Raspberry Pi OS (Raspbian) +is_raspbian_11: False is_raspbian_10: False is_raspbian_9: False is_raspbian_8: False From 9d4403515a8a8efef6707cc39b5fd059649c08e5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:38:16 -0400 Subject: [PATCH 2/8] Update raspbian-11.yml --- vars/raspbian-11.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/raspbian-11.yml b/vars/raspbian-11.yml index 037f0a51c..d1d1d8672 100644 --- a/vars/raspbian-11.yml +++ b/vars/raspbian-11.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: True -is_ubuntu: False +is_debian: True # Opposite of is_ubuntu for now is_debian_11: True is_raspbian: True is_raspbian_11: True From f86d632881e2499377c6bdff801c0fdfec993d62 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:39:04 -0400 Subject: [PATCH 3/8] Update raspbian-10.yml --- vars/raspbian-10.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/raspbian-10.yml b/vars/raspbian-10.yml index ec9ce37f6..b2f3298d8 100644 --- a/vars/raspbian-10.yml +++ b/vars/raspbian-10.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: True -is_ubuntu: False +is_debian: True # Opposite of is_ubuntu for now is_debian_10: True is_raspbian: True is_raspbian_10: True From 389bc9b7a77668f62564468eb2011bc387474e64 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:39:44 -0400 Subject: [PATCH 4/8] Update debian-10.yml --- vars/debian-10.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/debian-10.yml b/vars/debian-10.yml index 143f09dd7..21b553d30 100644 --- a/vars/debian-10.yml +++ b/vars/debian-10.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: True -is_ubuntu: False +is_debian: True # Opposite of is_ubuntu for now is_debian_10: True # 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True From 5b045c155b7027f3294a289fa1ca5e7e946aab70 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:40:18 -0400 Subject: [PATCH 5/8] Update debian-11.yml --- vars/debian-11.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/debian-11.yml b/vars/debian-11.yml index 7680abdb5..57160cecb 100644 --- a/vars/debian-11.yml +++ b/vars/debian-11.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: True -is_ubuntu: False +is_debian: True # Opposite of is_ubuntu for now is_debian_11: True # 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True From 204ceaa419e832b3f60b8c84a22f2b985eb62cbb Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:42:01 -0400 Subject: [PATCH 6/8] Update linuxmint-20.yml --- vars/linuxmint-20.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/linuxmint-20.yml b/vars/linuxmint-20.yml index 8efddc5f9..0afc95bb0 100644 --- a/vars/linuxmint-20.yml +++ b/vars/linuxmint-20.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: False -is_ubuntu: True +is_ubuntu: True # Opposite of is_debian for now is_ubuntu_20: True is_linuxmint: True is_linuxmint_20: True From 40a76d64ef037f527c80b193fa01f1309d5a1019 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:42:37 -0400 Subject: [PATCH 7/8] Update ubuntu-20.yml --- vars/ubuntu-20.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/ubuntu-20.yml b/vars/ubuntu-20.yml index 57e35a8e3..1dd5aa3ce 100644 --- a/vars/ubuntu-20.yml +++ b/vars/ubuntu-20.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: False -is_ubuntu: True +is_ubuntu: True # Opposite of is_debian for now is_ubuntu_20: True # 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True From e94d220f484889b086a3d44b68e50cadfe847f6b Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 20 Jun 2021 09:43:09 -0400 Subject: [PATCH 8/8] Update ubuntu-21.yml --- vars/ubuntu-21.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/ubuntu-21.yml b/vars/ubuntu-21.yml index 60a71014e..5f8b4c8d4 100644 --- a/vars/ubuntu-21.yml +++ b/vars/ubuntu-21.yml @@ -1,6 +1,7 @@ +# Every is_ 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_debian: False -is_ubuntu: True +is_ubuntu: True # Opposite of is_debian for now is_ubuntu_21: True # 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True