浏览代码

Merge pull request #1525 from 3mdeb/add-dts

Add DTS v2.0.0
Antony Messerli 4 月之前
父节点
当前提交
adb6053bca
共有 2 个文件被更改,包括 19 次插入0 次删除
  1. 7 0
      endpoints.yml
  2. 12 0
      roles/netbootxyz/defaults/main.yml

+ 7 - 0
endpoints.yml

@@ -286,6 +286,13 @@ endpoints:
     - vmlinuz
     os: caine
     version: '13.0'
+  dts:
+    path: /dts/v2.0.0
+    files:
+    - initrd
+    - vmlinuz
+    os: dts
+    version: '2.0.0'
   bootrepair:
     path: /ubuntu-squash/releases/download/current-e035b00c/
     files:

+ 12 - 0
roles/netbootxyz/defaults/main.yml

@@ -676,6 +676,12 @@ utilitiesefi:
     enabled: true
     name: Clonezilla
     type: ipxemenu
+  dts:
+    enabled: true
+    name: Dasharo Tools Suite
+    initrd: https://boot.dasharo.com{{ endpoints.dts.path }}/dts-base-image-v{{ endpoints.dts.version }}.cpio.gz
+    kernel: https://boot.dasharo.com{{ endpoints.dts.path }}/bzImage-v{{ endpoints.dts.version }}
+    type: direct
   gparted:
     enabled: true
     name: GParted
@@ -793,6 +799,12 @@ utilitiespcbios64:
     enabled: true
     name: DBAN
     type: ipxemenu
+  dts:
+    enabled: true
+    name: Dasharo Tools Suite
+    initrd: https://boot.dasharo.com{{ endpoints.dts.path }}/dts-base-image-v{{ endpoints.dts.version }}.cpio.gz
+    kernel: https://boot.dasharo.com{{ endpoints.dts.path }}/bzImage-v{{ endpoints.dts.version }}
+    type: direct
   gparted:
     enabled: true
     name: GParted