Antony Messerli 4 lat temu
rodzic
commit
85310f23a8

+ 1 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
 ## [2.0.33]
 ### Removed
 - Parrot NetInstall images are no longer maintained
+- Removed Velt as it appears deprecated
 
 ## [2.0.32]
 ### Fixes

+ 0 - 1
README.md

@@ -150,7 +150,6 @@ In addition to being able to host netboot.xyz locally, you can also create your
 | Talos | https://www.talos.dev/ | Yes | No |
 | Tiny Core Linux | https://tinycorelinux.net | Yes | Yes |
 | Ubuntu | https://www.ubuntu.com | Yes | Yes |
-| Velt | https://velt.io/ | No | Yes |
 | Voyager | https://voyagerlive.org | No | Yes |
 | VyOS | https://vyos.io | Yes | No |
 | Zen Installer | https://sourceforge.net/projects/revenge-installer | Yes | No |

+ 0 - 8
endpoints.yml

@@ -857,14 +857,6 @@ endpoints:
     - airootfs.sfs
     os: blackarch
     version: current
-  velt-current:
-    path: /asset-mirror/releases/download/0.3.0-5ac90465/
-    files:
-    - initrd
-    - vmlinuz
-    - airootfs.sfs
-    os: velt
-    version: current
   bluestar:
     path: /asset-mirror/releases/download/5.10.10-2021.01.24-9214ea5e/
     files:

+ 0 - 37
roles/netbootxyz/templates/menu/live-velt.ipxe.j2

@@ -1,37 +0,0 @@
-#!ipxe
-
-goto ${menu} ||
-
-:live_menu
-set os Velt
-menu ${os} - Current Arch [ ${arch} ]
-iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
-set ipparam BOOTIF=${netX/mac} ip=dhcp net.ifnames=0
-item --gap ${os} Versions
-{% for key, value in endpoints.items() | sort %}
-{% if value.os == "velt" %}
-item {{ value.version }} ${space} ${os} {{ value.version }}
-{% endif %}
-{% endfor %}
-choose live_version || goto live_exit
-goto ${live_version}
-
-
-{% for key, value in endpoints.items() | sort %}
-{% if value.os == "velt" %}
-:{{ value.version }}
-set url ${live_endpoint}{{ value.path }}
-goto boot
-
-{% endif %}
-{% endfor %}
-
-:boot
-imgfree
-kernel ${url}vmlinuz archisobasedir=arch ${ipparam} archiso_http_srv=${url} initrd=initrd ${cmdline}
-initrd ${url}initrd
-boot
-
-:live_exit
-clear menu
-exit 0

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

@@ -35,7 +35,6 @@ item live-septor ${space} Septor
 item live-sparky ${space} SparkyLinux
 item tinycore ${space} Tiny Core Linux
 item live-ubuntu ${space} Ubuntu
-item live-velt ${space} Velt
 item live-voyager ${space} Voyager
 item live-zorin ${space} Zorin OS
 choose menu || goto live_exit