Bläddra i källkod

Merge pull request #873 from netbootxyz/popos-up

Update popos for 20.10, drop 19.10
Antony Messerli 4 år sedan
förälder
incheckning
d522e6ff99
1 ändrade filer med 8 tillägg och 13 borttagningar
  1. 8 13
      roles/netbootxyz/templates/menu/live-popos.ipxe.j2

+ 8 - 13
roles/netbootxyz/templates/menu/live-popos.ipxe.j2

@@ -7,33 +7,33 @@ set os Pop os Live
 menu ${os} - Current Arch [ ${arch} ]
 iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
 item --gap ${os} Versions
+item groovy ${space} ${os} 20.10
 item focal ${space} ${os} 20.04
 item bionic ${space} ${os} 18.04
-item eoan ${space} ${os} 19.10
 choose live_version || goto live_exit
 menu ${os} ${live_version}
 item --gap ${os} Flavors
 goto ${live_version}
 
-:focal
+:groovy
 {% for key, value in endpoints.items() | sort %}
-{% if value.os == "pop" and 'squash' in key and value.version == "20.04" %}
+{% if value.os == "pop" and 'squash' in key and value.version == "20.10" %}
 item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
 {% endif %}
 {% endfor %}
 goto flavor_select
 
-:bionic
+:focal
 {% for key, value in endpoints.items() | sort %}
-{% if value.os == "pop" and 'squash' in key and value.version == "18.04" %}
+{% if value.os == "pop" and 'squash' in key and value.version == "20.04" %}
 item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
 {% endif %}
 {% endfor %}
 goto flavor_select
 
-:eoan
+:bionic
 {% for key, value in endpoints.items() | sort %}
-{% if value.os == "pop" and 'squash' in key and value.version == "19.10" %}
+{% if value.os == "pop" and 'squash' in key and value.version == "18.04" %}
 item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
 {% endif %}
 {% endfor %}
@@ -64,13 +64,8 @@ kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url}
 initrd ${kernel_url}initrd
 boot
 
-:19.10-boot
-imgfree
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd ${cmdline}
-initrd ${kernel_url}initrd
-boot
-
 :20.04-boot
+:20.10-boot
 imgfree
 kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=url url=${squash_url} initrd=initrd ${cmdline}
 initrd ${kernel_url}initrd