Ver Fonte

change version display for installer and change live menu to reflect the flavors are old and not rolling

thelamer há 5 anos atrás
pai
commit
08b66a6958

+ 1 - 1
roles/netbootxyz/defaults/main.yml

@@ -232,7 +232,7 @@ releases:
     enabled: true
     menu: "linux"
     versions:
-      - name: "Rolling Edition (2019.4)"
+      - name: "Rolling Edition (2020.1)"
         code_name: "rolling"
   livegrml:
     name: "Grml Live Linux"

+ 6 - 1
roles/netbootxyz/templates/menu/live-kali.ipxe.j2

@@ -15,10 +15,15 @@ goto ${live_version}
 
 :rolling
 {% for key, value in endpoints.items() | sort %}
-{% if value.os == "kali" and 'squash' in key and value.version == "rolling" %}
+{% if value.os == "kali" and 'squash' in key and value.version == "rolling" and value.flavor == "xfce" %}
 item {{ key }} ${space} {{ value.os | title }} {{ value.version | title }} {{ value.flavor | upper }}
 {% endif %}
 {% endfor %}
+{% for key, value in endpoints.items() | sort %}
+{% if value.os == "kali" and 'squash' in key and value.version == "rolling" and value.flavor != "xfce" %}
+item {{ key }} ${space} {{ value.os | title }} 2019.4 {{ value.flavor | upper }}
+{% endif %}
+{% endfor %}
 goto flavor_select
 
 :flavor_select