Antony Messerli 1 nedēļu atpakaļ
vecāks
revīzija
aad71efb6c

+ 4 - 0
CHANGELOG.md

@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
 
 ## [2.0.88] - Unreleased
 
+### Removed
+
+- Deepin
+
 ## [2.0.87] - 2025-05-08
 
 ### Added

+ 0 - 1
README.md

@@ -130,7 +130,6 @@ In addition to being able to host netboot.xyz locally, you can also create your
 | CentOS | https://centos.org | Yes | No |
 | Fedora CoreOS | https://getfedora.org/en/coreos?stream=stable | Yes | No |
 | Debian | https://debian.org | Yes | Yes|
-| Deepin | https://www.deepin.org | No | Yes |
 | Devuan | https://devuan.org | Yes | No |
 | Elementary OS | https://elementary.io | No | Yes |
 | EndeavourOS | https://endeavouros.com | No | Yes |

+ 0 - 9
endpoints.yml

@@ -452,15 +452,6 @@ endpoints:
     - vmlinuz
     os: rescuezilla
     version: '2.6'
-  deepin-20-squash:
-    path: /debian-squash/releases/download/20.9-e3a3a399/
-    files:
-    - filesystem.squashfs
-    - initrd
-    - vmlinuz
-    os: Deepin
-    version: '20.9'
-    kernel: deepin-20-squash
   nitrux-release:
     path: /ubuntu-squash/releases/download/2022.02.28-e364d0a5/
     files:

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

@@ -1,35 +0,0 @@
-#!ipxe
-
-goto ${menu} ||
-
-:live_menu
-set os Deepin
-menu ${os}
-item --gap ${os} Versions
-{% for key, value in endpoints.items() | sort %}
-{% if value.os == "Deepin" %}
-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 == "Deepin" %}
-:{{ value.version }}
-set squash_url ${live_endpoint}{{ value.path }}filesystem.squashfs
-set kernel_url ${live_endpoint}{{ value.path }}
-goto boot
-
-{% endif %}
-{% endfor %}
-
-:boot
-imgfree
-kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} union=overlay {{ kernel_params }}
-initrd ${kernel_url}initrd
-boot
-
-:live_exit
-clear menu
-exit 0

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

@@ -9,7 +9,6 @@ item live-backbox ${space} BackBox
 item live-bluestar ${space} Bluestar Linux
 item live-bodhi ${space} Bodhi
 item live-debian ${space} Debian
-item live-deepin ${space} Deepin
 item live-devuan ${space} Devuan
 item live-elementary ${space} elementary OS
 item live-endeavouros ${space} EndeavourOS