From 7d6a61a7732cb37fd781580ff399ad780d1794b6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 9 Dec 2018 11:47:42 -0500 Subject: [PATCH 1/4] Update local_vars_min.yml --- vars/local_vars_min.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 1ad92ec3b..ccafcaf3d 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -62,6 +62,10 @@ captive_portal_install: True captive_portal_enabled: True # In a pinch, disable it by running: systemctl disable captive-portal +# Set to "False" if you want to revert to the older Dynamic Menuing system +# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) +js_menu_install: True + # Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382 # wondershaper_install: False # wondershaper_enabled: False From 399028156eaa34c05a4ccdc4887fd9507efc4740 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 9 Dec 2018 11:48:03 -0500 Subject: [PATCH 2/4] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 40e303b6f..8288971d2 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -62,6 +62,10 @@ captive_portal_install: True captive_portal_enabled: True # In a pinch, disable it by running: systemctl disable captive-portal +# Set to "False" if you want to revert to the older Dynamic Menuing system +# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) +js_menu_install: True + # Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382 # wondershaper_install: False # wondershaper_enabled: False From 5b6a6c9b2f77f53d3a6c8f6706464863d53709eb Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 9 Dec 2018 11:48:36 -0500 Subject: [PATCH 3/4] Update local_vars_big.yml --- vars/local_vars_big.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 676a1c2f3..1bae5a90c 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -62,6 +62,10 @@ captive_portal_install: True captive_portal_enabled: True # In a pinch, disable it by running: systemctl disable captive-portal +# Set to "False" if you want to revert to the older Dynamic Menuing system +# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) +js_menu_install: True + # Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382 # wondershaper_install: False # wondershaper_enabled: False From dc11c88747e82b911370248cc38b1eadac7b573a Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 9 Dec 2018 11:50:31 -0500 Subject: [PATCH 4/4] Update default_vars.yml --- vars/default_vars.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 5472cecae..6944d1189 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -122,10 +122,9 @@ captive_portal_enabled: True captive_portal_port: 9090 # In a pinch, disable it by running: systemctl disable captive-portal -# For @tim-moody's Nodogsplash approach to Captive Portal? -# Highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608 -# captive_portal_install: False -# captive_portal_enabled: False +# Set to "False" if you want to revert to the older Dynamic Menuing system +# (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) +js_menu_install: True # Wonder Shaper # Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382