Ver Fonte

Drop elementary 5, tune urls

Antony Messerli há 3 anos atrás
pai
commit
5a2cf54db5
2 ficheiros alterados com 1 adições e 11 exclusões
  1. 0 9
      endpoints.yml
  2. 1 2
      roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

+ 0 - 9
endpoints.yml

@@ -317,15 +317,6 @@ endpoints:
     version: 18.1.0
     flavor: XFCE
     kernel: manjaro-18.1.0-gui-kernel
-  elementaryos-5-default-squash:
-    path: /ubuntu-squash/releases/download/5-ddac8299/
-    files:
-    - filesystem.squashfs
-    - initrd
-    - vmlinuz
-    os: elementary-os
-    version: '5'
-    kernel: elementaryos-5-default-squash
   kali-xfce-squash:
     path: /debian-squash/releases/download/2021.2-4237c18c/
     files:

+ 1 - 2
roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

@@ -8,7 +8,6 @@ menu ${os} - Current Arch [ ${arch} ]
 iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
 item --gap ${os} Versions
 item elementaryos-6-default-squash ${space} ${os} 6
-item elementaryos-5-default-squash ${space} ${os} 5
 choose live_version || goto live_exit
 goto ${live_version}
 
@@ -28,7 +27,7 @@ goto boot
 
 :boot
 imgfree
-kernel ${kernel_url}vmlinuz ip=dhcp boot=casper maybe-ubiquity netboot=http fetch=${squash_url} {{ kernel_params }}
+kernel ${kernel_url}vmlinuz ip=dhcp boot=casper maybe-ubiquity netboot=url url=${squash_url} {{ kernel_params }}
 initrd ${kernel_url}initrd
 boot